diff --git a/conf/nginx.conf b/conf/nginx.conf index dfb5d5d..a8d186e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location / { # Path to source - alias __INSTALL_DIR__/web/; + alias __INSTALL_DIR__/sources/web/; index index.php;