From 181d95e78e98ccbd3e4ed302237465893b3a675e Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Fri, 13 Apr 2018 15:36:22 -0400 Subject: [PATCH] add client_max_body_size --- ubuntu/tfmain.tenforward.social.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/tfmain.tenforward.social.yml b/ubuntu/tfmain.tenforward.social.yml index ec08291..348790d 100644 --- a/ubuntu/tfmain.tenforward.social.yml +++ b/ubuntu/tfmain.tenforward.social.yml @@ -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; }