fix: small nextcloud fixes #36

Merged
teutat3s merged 6 commits from feat/nextcloud into main 2023-10-29 19:52:16 +00:00
Showing only changes of commit 7b4b79f5d4 - Show all commits

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