diff --git a/conf/nginx.conf b/conf/nginx.conf index 346adf0..089fcff 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,10 +17,6 @@ location __PATH__/ { } location __PATH__/embed/ { - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } proxy_pass http://127.0.0.1:__PORT__/embed/; proxy_redirect off;