Loading src/ct_nginx/nginx.conf +0 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,6 @@ server { root /app/public; root /app/public; index update.php; index update.php; # try to serve file directly, fallback to update.php location / { location / { try_files $uri /update.php$is_args$args; try_files $uri /update.php$is_args$args; } } Loading Loading
src/ct_nginx/nginx.conf +0 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,6 @@ server { root /app/public; root /app/public; index update.php; index update.php; # try to serve file directly, fallback to update.php location / { location / { try_files $uri /update.php$is_args$args; try_files $uri /update.php$is_args$args; } } Loading