diff options
Diffstat (limited to 'support/nginx')
-rw-r--r-- | support/nginx/peertube | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube index 5d97c0cf1..0da427037 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube | |||
@@ -48,7 +48,7 @@ server { | |||
48 | # Tells browsers to stick with HTTPS and never visit the insecure HTTP | 48 | # Tells browsers to stick with HTTPS and never visit the insecure HTTP |
49 | # version. Once a browser sees this header, it will only visit the site over | 49 | # version. Once a browser sees this header, it will only visit the site over |
50 | # HTTPS for the next 2 years: (read more on hstspreload.org) | 50 | # HTTPS for the next 2 years: (read more on hstspreload.org) |
51 | #add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; | 51 | #add_header Strict-Transport-Security "max-age=63072000; includeSubDomains"; |
52 | 52 | ||
53 | access_log /var/log/nginx/peertube.example.com.access.log; | 53 | access_log /var/log/nginx/peertube.example.com.access.log; |
54 | error_log /var/log/nginx/peertube.example.com.error.log; | 54 | error_log /var/log/nginx/peertube.example.com.error.log; |