diff --git a/nginx.conf b/nginx.conf index 9f39863..9cf6bf8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -86,7 +86,7 @@ http { proxy_pass http://127.0.0.1:8080; } - location ^~ /vks/ { + location /vks/ { proxy_pass http://127.0.0.1:8080; } }