hainich/nginx: fix proxy headers

keep-around/15f361216ddb72888b251517b9915656cc8e7ae7
hexchen 2020-12-10 08:17:59 +00:00
parent a0042efc5a
commit 15f361216d
2 changed files with 9 additions and 1 deletions

View File

@ -17,6 +17,9 @@
enableACME = true;
locations."/" = {
proxyPass = "https://stuebinm.4future.dev/mumble.infra4future.de/";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};
# set ACLs so that the murmur user can read the certificates

View File

@ -14,7 +14,12 @@
rc3clustersite = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "https://stuebinm.4future.dev/about-future-website/";
locations."/" = {
proxyPass = "https://stuebinm.4future.dev/about-future-website/";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};
in {
"hainich.chaoswit.ch" = {