backup radicale

This commit is contained in:
Kopatz
2024-06-19 17:53:19 +02:00
parent 162f05f12b
commit 6fe69e8889
2 changed files with 8 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ in {
proxyPass = "http://127.0.0.1:8080";
};
"/radicale/" = {
extraConfig = ''
proxy_set_header X-Script-Name /radicale;
'';
proxyPass = "http://localhost:5232/";
};
};