diff --git a/nginx.conf b/nginx.conf index 4fc81ac..e94b9bb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,9 +17,9 @@ http { server { listen 80; server_name localhost; - location = /scriptflow { - return 301 /scriptflow/; - } + # location = /scriptflow { + # return 301 /scriptflow/; + # } location ^~ /scriptflow/ { rewrite ^/scriptflow/(.*)$ /$1 break;