diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index c055bc2..968ee67 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -28,10 +28,6 @@ server { } location / { - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - try_files /dev/null @api; }