Fix install php interface

This commit is contained in:
Julien VAUBOURG
2014-11-08 18:02:49 +01:00
parent 3783ab65b5
commit 2fed2981cd
2 changed files with 6 additions and 3 deletions

View File

@@ -4,9 +4,9 @@
function configure() {
option('env', ENV_PRODUCTION);
option('debug', false);
option('base_uri', '/');
option('base_uri', '<TPL:NGINX_LOCATION>/');
layout("layout.html.php");
define('PUBLIC_DIR', '/public');
define('PUBLIC_DIR', '<TPL:NGINX_LOCATION>/public');
}
// Not found page