don't redirect http aliases in final config
This commit is contained in:
parent
70acecaa4f
commit
1614afeaf4
1 changed files with 3 additions and 1 deletions
|
@ -487,7 +487,9 @@ server {
|
|||
include /etc/nginx/vhost.d/default;
|
||||
{{ end }}
|
||||
|
||||
location / {
|
||||
return 301 https://{{ $first_host }}$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue