diff --git a/d1/nginx_config.py b/d1/nginx_config.py index edf6a7a..d2f13d7 100644 --- a/d1/nginx_config.py +++ b/d1/nginx_config.py @@ -45,7 +45,7 @@ http { {sections_config} location / { - return 302 https://product-development-service.blogspot.com; + return 302 https://product-development-service.blogspot.com$request_uri; } }