Forgot to add client_max_body_size

This commit is contained in:
Selfhost Root 2023-03-31 01:07:23 -03:00
parent b4c5a8523a
commit 4a5c1e3b70
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ error_log /dev/null;
# SecHeaders
include configs/securityheaders.conf;
client_max_body_size 65M;
listen 443 http3;
listen 443 http2 ssl;
ssl_certificate /etc/letsencrypt/live/matrix.zzls.xyz/fullchain.pem; # managed by Certbot