mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
Merge pull request #75 from KvL159/patch-1
This commit is contained in:
commit
dec9821ca7
2 changed files with 4 additions and 0 deletions
2
conf/env
2
conf/env
|
@ -3,3 +3,5 @@ PORT=__PORT__
|
||||||
NC_DB=mysql2://localhost:3306?u=__DB_USER__&p=__DB_PWD__&d=__DB_NAME__
|
NC_DB=mysql2://localhost:3306?u=__DB_USER__&p=__DB_PWD__&d=__DB_NAME__
|
||||||
NC_AUTH_JWT_SECRET=__JWT_SECRET__
|
NC_AUTH_JWT_SECRET=__JWT_SECRET__
|
||||||
NC_DISABLE_TELE=1
|
NC_DISABLE_TELE=1
|
||||||
|
NC_PUBLIC_URL=https://__DOMAIN__
|
||||||
|
NC_REQUEST_BODY_SIZE=104857600
|
||||||
|
|
|
@ -10,6 +10,8 @@ location __PATH__/ {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $http_connection;
|
proxy_set_header Connection $http_connection;
|
||||||
|
|
||||||
|
client_max_body_size 100M;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue