Commit dc0af08c authored by Administrator's avatar Administrator
Browse files

Update nginx.conf

parent dd6d8e80
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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;
    }
    }