diff options
Diffstat (limited to 'support/nginx')
-rw-r--r-- | support/nginx/peertube | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube index 01506c7aa..1b698576f 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube | |||
@@ -37,6 +37,11 @@ server { | |||
37 | # resolver $DNS-IP-1 $DNS-IP-2 valid=300s; | 37 | # resolver $DNS-IP-1 $DNS-IP-2 valid=300s; |
38 | # resolver_timeout 5s; | 38 | # resolver_timeout 5s; |
39 | 39 | ||
40 | # Enable compression for JS/CSS/HTML and JSON, for improved client load times | ||
41 | gzip on; | ||
42 | gzip_types text/plain text/css text/html application/javascript application/json; | ||
43 | gzip_vary on; | ||
44 | |||
40 | add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; | 45 | add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; |
41 | 46 | ||
42 | access_log /var/log/nginx/peertube.example.com.access.log; | 47 | access_log /var/log/nginx/peertube.example.com.access.log; |