diff --git a/conf/nginx.conf b/conf/nginx.conf index 2c28631..fd65f72 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ # try redirecting stuff to index.php rewrite ^(.*)$ /index.php$1 last; - +root __INSTALL_DIR__/public/; location / { alias __INSTALL_DIR__/public/;