pretalx: set client size limit

This commit is contained in:
Markus 2024-01-29 19:02:08 +01:00
parent dffb4be7d0
commit 265aa863fd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ server {
location / {
proxy_pass http://localhost:8345;
client_max_body_size 32M;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Host $http_host;