various fixes

This commit is contained in:
bunkerity
2020-11-13 17:57:39 +01:00
parent 8cdc155ac0
commit 0f0593456c
21 changed files with 22 additions and 22 deletions

View File

@@ -2,8 +2,6 @@ proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
location / {
if ($host = www.website.com) {
proxy_pass https://mypassbolt:443$request_uri;
}
proxy_pass https://mypassbolt;
}