diff --git a/d1/nginx_config.py b/d1/nginx_config.py index b306188..e8f75c4 100644 --- a/d1/nginx_config.py +++ b/d1/nginx_config.py @@ -203,7 +203,8 @@ server { } location ~ { - return 444; + #return 444; + return 301 https://$host$request_uri; } }