1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00

Add NGINX client_max_body_size

This commit is contained in:
tituspijean 2023-01-28 16:31:58 +01:00
parent f9a812edbe
commit 0929e355e9
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -10,6 +10,8 @@ location __PATH__/ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
client_max_body_size 100M;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}