forked from infra/ansible
pretalx: set client size limit
This commit is contained in:
parent
dffb4be7d0
commit
265aa863fd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user