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:
parent
94dccb7dea
commit
8afc22a9c1
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue