فهرست منبع

Update nginx.conf

Alexis Gavoty 10 سال پیش
والد
کامیت
8712752081
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      conf/nginx.conf

+ 0 - 5
conf/nginx.conf

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