1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-11-16 22:29:16 +01:00
parent 69730f95e4
commit a2b3974aac

View file

@ -4,11 +4,6 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
index ifm.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file