From 696cdd7ddc55a271718f1b6b618bf48d22a20295 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 4 Nov 2017 00:35:45 +0530 Subject: [PATCH] Corrected indentation Thanks --- conf/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 56d0aca..2d343ab 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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;