proxy radicale directly for the time being

This commit is contained in:
Grigory Shipunov 2025-01-20 17:19:29 +00:00
parent ea75d168e4
commit 3a98bf89b6
3 changed files with 71 additions and 0 deletions
hosts/cloud/proxy

View file

@ -2,6 +2,7 @@
{
imports = [
./auth.nix
./dav-htaccess.nix
];
networking.firewall.allowedTCPPorts = [
@ -20,6 +21,10 @@
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
appendHttpConfig = ''
proxy_buffers 4 256k;
proxy_buffer_size 128k;
proxy_busy_buffers_size 256k;
### TLS
# Add HSTS header with preloading to HTTPS requests.
# Adding this header to HTTP requests is discouraged