Update keepalive on nextcloud

This commit is contained in:
Salt 2024-10-01 17:57:51 -05:00
parent 4c4108ab0a
commit 63fc4417db

View File

@ -119,6 +119,8 @@
directives: directives:
- "add_header Strict-Transport-Security \"max-age=31536000\"" - "add_header Strict-Transport-Security \"max-age=31536000\""
- "client_max_body_size 0" - "client_max_body_size 0"
- "keepalive_requests 99999"
- "keepalive_timeout 600"
proxy_pass: http://nextcloud:80 proxy_pass: http://nextcloud:80
locations: locations:
- location: "^~ /.well-known" - location: "^~ /.well-known"