Add a location for /about.

This commit is contained in:
Justus Winter 2019-02-26 12:33:44 +01:00 committed by Justus Winter
parent 4c10cbdb2f
commit b332fae02a
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ http {
proxy_pass http://127.0.0.1:8080;
}
location = /about {
proxy_pass http://127.0.0.1:8080;
}
location ^~ /vks/ {
proxy_pass http://127.0.0.1:8080;
}