moar upload

This commit is contained in:
2022-03-30 10:40:25 +02:00
parent fd6817171e
commit ceeded1c08

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;