diff --git a/conf/nginx.conf b/conf/nginx.conf index ba7717a..99ce424 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,7 @@ location PATHTOCHANGE { fastcgi_param PATH_INFO $fastcgi_path_info; } } -location PATHTOCHANGE/http-bind { +location PATHTOCHANGE2/http-bind { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }