From 05f8b1a1a0e8e1b5f85800b40cb18b97c8cd0595 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 25 Aug 2018 21:47:01 -0400 Subject: [PATCH] client_max_body_size 0 for selfie.town --- ubuntu/mercy.sickstack.com.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/mercy.sickstack.com.yml b/ubuntu/mercy.sickstack.com.yml index 0a16d44..a7a8525 100644 --- a/ubuntu/mercy.sickstack.com.yml +++ b/ubuntu/mercy.sickstack.com.yml @@ -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; }