1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Set client_max_body_size to 50 MB

This commit is contained in:
Lab-8916100448256 2024-07-02 21:55:56 +02:00 committed by GitHub
parent 06c8a22714
commit 624c00a893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,8 @@ location __PATH__/ {
proxy_set_header Host $host;
proxy_pass_header Server;
client_max_body_size 50M;
# be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf
proxy_buffering off;
more_set_headers "X-Frame-Options : ALLOWALL";