proxy radicale directly for the time being
This commit is contained in:
parent
ea75d168e4
commit
3a98bf89b6
3 changed files with 71 additions and 0 deletions
hosts/cloud/proxy
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue