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
parent 4bf27696c7
commit e6f3c37ca1
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

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 = {