Avoid regex match.

This commit is contained in:
Justus Winter 2019-02-26 14:32:11 +01:00
parent 329d894a3b
commit 449d1ec64f
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}