diff --git a/conf/nginx.conf b/conf/nginx.conf index f7c3927..30eff4b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/; index index.php; client_max_body_size 50M;