moar upload

This commit is contained in:
decentral1se 2022-03-30 10:40:25 +02:00
parent fd6817171e
commit ceeded1c08
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ http {
listen 80;
server_name {{ env "DOMAIN" }};
client_max_body_size 20M;
client_max_body_size 100M;
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;