add nginx path

This commit is contained in:
Kopatz
2024-06-19 17:11:15 +02:00
parent ad44c0b5d6
commit f19497bbf4
2 changed files with 4 additions and 2 deletions

View File

@@ -83,6 +83,9 @@ in {
'';
proxyPass = "http://127.0.0.1:8080";
};
"/radicale/" = {
proxyPass = "http://localhost:5232/";
};
};
};
in {