1
0
Fork 0
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:
anmol26s 2017-11-04 00:35:45 +05:30 committed by GitHub
parent 3eaaaf665f
commit 696cdd7ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
location __PATH__ { location __PATH__ {
alias __FINALPATH__/www/; alias __FINALPATH__/www/;
if ($scheme = http) { if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }
# Default indexes and catch-all # Default indexes and catch-all
index index.html index.php; index index.html index.php;