mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Remove 200Mo Limit from nginx config
This commit is contained in:
parent
4680f4eb95
commit
a519f629ef
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
location __PATH__ {
|
||||
client_max_body_size 200M;
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
|
|
Loading…
Add table
Reference in a new issue