Просмотр исходного кода

Remove https rewrite, not needed

mbugeia 9 лет назад
Родитель
Сommit
e5692fd924
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      conf/nginx.conf

+ 0 - 5
conf/nginx.conf

@@ -3,11 +3,6 @@ location YNH_WWW_PATH {
   # Path to source
   # Path to source
   alias YNH_WWW_ALIAS ;
   alias YNH_WWW_ALIAS ;
 
 
-  # rewrite all http request to https
-  if ($scheme = http) {
-      rewrite ^ https://$server_name$request_uri? permanent;
-    }
-
   # Example PHP configuration
   # Example PHP configuration
   index index.php;
   index index.php;