mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
Avoid regex match.
This commit is contained in:
parent
329d894a3b
commit
449d1ec64f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue