add client_max_body_size

This commit is contained in:
Sadiq Saif 2018-04-13 15:36:22 -04:00 committed by GitHub
parent c7c6806689
commit 181d95e78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
- ssl_certificate_key "/etc/ssl/letsencrypt/tenforward.social.pem"
- add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin"
- add_header Strict-Transport-Security max-age=31536000
- client_max_body_size 0
- location / {
try_files $uri @proxy;
}