|
@@ -11,9 +11,9 @@ value = ""
|
|
|
|
|
|
{{- if .host }}
|
|
|
if ($host == {{ .host }}) {
|
|
|
- return 301 https://$host$request_uri;
|
|
|
+ return 308 https://$host$request_uri;
|
|
|
}
|
|
|
return 404;
|
|
|
{{ else }}
|
|
|
-return 301 https://$host$request_uri;
|
|
|
+return 308 https://$host$request_uri;
|
|
|
{{- end }}
|