1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpservermon_ynh.git synced 2024-09-03 19:56:40 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-03-15 17:08:10 +01:00
parent 4eee73559e
commit 84741faf20
No known key found for this signature in database
GPG key ID: 574F281483054D44

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 index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file