mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
Add a location for /about.
This commit is contained in:
parent
4c10cbdb2f
commit
b332fae02a
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue