1
0
Fork 0
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:
Krakinou 2021-02-03 21:18:42 +01:00
parent 4680f4eb95
commit a519f629ef

View file

@ -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;