fix: add host header to collabora nginx proxy_pass

This commit is contained in:
Benjamin Bädorf 2023-10-29 19:04:32 +01:00 committed by b12f
parent 8ad19f72fc
commit 7b4b79f5d4
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -9,7 +9,10 @@
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:9980";
locations."/".extraConfig = ''
proxy_pass http://127.0.0.1:9980;
proxy_set_header Host $host;
'';
};
virtualisation = {