mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Corrected indentation
Thanks
This commit is contained in:
parent
3eaaaf665f
commit
696cdd7ddc
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
location __PATH__ {
|
||||
alias __FINALPATH__/www/;
|
||||
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
# Default indexes and catch-all
|
||||
index index.html index.php;
|
||||
|
|
Loading…
Add table
Reference in a new issue