Skip to content
Snippets Groups Projects
Commit e4f59769 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

reverse proxy update

parent ec533aed
No related branches found
No related tags found
2 merge requests!2049Development,!2047Resolve "Update Ürivacy Policy"
......@@ -12,7 +12,7 @@ server {
return 200 "healthy\n";
}
location ~ "^(/.*)?/keys/api/json" {
location ~ "^(/.*)?/keys/" {
access_log off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment