mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
Remove unused location rules.
This commit is contained in:
parent
28681b3efb
commit
edb7faf700
1 changed files with 0 additions and 9 deletions
|
@ -68,15 +68,6 @@ http {
|
|||
location ^~ /vks/ {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
}
|
||||
|
||||
location ^~ /pks/add {
|
||||
limit_req zone=mylimit;
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
}
|
||||
|
||||
location ^~ /pks/ {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue