1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-11-22 13:30:24 +01:00
parent 23b7d942cd
commit 657776374d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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