tinkering with nginx settings. proxy_max_temp_file_size and gzip

This commit is contained in:
Josh Sandlin
2026-08-05 18:34:42 -04:00
parent 4baa6dc18d
commit 6e5b99f18f
+4
View File
@@ -8,6 +8,10 @@ server {
listen 443 ssl http2;
server_name {{ domain_name }};
proxy_max_temp_file_size 0;
gzip off;
ssl_certificate /etc/letsencrypt/live/{{ domain_name }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ domain_name }}/privkey.pem;
ssl_session_timeout 1d;