1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-11-16 22:29:00 +01:00
parent 94dccb7dea
commit 8afc22a9c1

View file

@ -15,11 +15,6 @@ location __PATH__/ {
alias __FINALPATH__/ ;
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
index yellow.php;
if (!-e $request_filename) {