diff --git a/make/common/templates/nginx/nginx.https.conf b/make/common/templates/nginx/nginx.https.conf index 971d2fb83..8bfddf4ad 100644 --- a/make/common/templates/nginx/nginx.https.conf +++ b/make/common/templates/nginx/nginx.https.conf @@ -141,6 +141,6 @@ http { server { listen 80; #server_name harbordomain.com; - return 301 https://$$host$$request_uri; + return 308 https://$$host$$request_uri; } }