client_max_body_size 0 for selfie.town

This commit is contained in:
staticsafe 2018-08-25 21:47:01 -04:00
parent f5a495818f
commit 05f8b1a1a0
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
- ssl_certificate_key "/etc/ssl/letsencrypt/selfie.town.pem"
- ssl_stapling on
- add_header Strict-Transport-Security max-age=31536000
- client_max_body_size 0
- location / {
try_files $uri $uri/ /index.php?$args;
}