mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Increase upload value
This commit is contained in:
parent
ffb3047cc8
commit
0d4cd2ce9a
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
location __PATH__ {
|
location __PATH__ {
|
||||||
client_max_body_size 20M;
|
client_max_body_size 200M;
|
||||||
# Force usage of https
|
# Force usage of https
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
|
@ -10,8 +10,8 @@ location __PATH__ {
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Scheme $scheme;
|
proxy_set_header X-Scheme $scheme;
|
||||||
proxy_set_header X-Script-Name __PATH__;
|
proxy_set_header X-Script-Name __PATH__;
|
||||||
proxy_set_header X-Remote-User $remote_user;
|
# proxy_set_header X-Remote-User $remote_user;
|
||||||
|
|
||||||
# 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