diff --git a/conf/nginx.conf b/conf/nginx.conf index 29a7ec5..46b7a50 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,8 +1,9 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -root __INSTALL_DIR__/public/ ; - location __PATH__/ { + # Path to source + alias __INSTALL_DIR__/public/; + index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file