diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/nginx/peertube | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube index 225241bac..05f172280 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube | |||
@@ -44,6 +44,10 @@ server { | |||
44 | gzip_types text/css application/javascript; | 44 | gzip_types text/css application/javascript; |
45 | gzip_vary on; | 45 | gzip_vary on; |
46 | 46 | ||
47 | # If you have a small /var/lib partition, it could be interesting to store temp nginx uploads in a different place | ||
48 | # See https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_temp_path | ||
49 | # client_body_temp_path /var/www/peertube/storage/nginx/; | ||
50 | |||
47 | # Enable HSTS | 51 | # Enable HSTS |
48 | # Tells browsers to stick with HTTPS and never visit the insecure HTTP | 52 | # 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 | 53 | # version. Once a browser sees this header, it will only visit the site over |