mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
tinkering with nginx settings. proxy_max_temp_file_size and gzip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user