diff --git a/d1/blank-app-nginx.conf b/d1/blank-app-nginx.conf index 47bc851..c7a921a 100644 --- a/d1/blank-app-nginx.conf +++ b/d1/blank-app-nginx.conf @@ -6,6 +6,6 @@ events { http { server { listen 80; - return 301 https://product-development-service.blogspot.com; + return 302 https://product-development-service.blogspot.com; } }