Role service-nginx: use $host instead of $server_name for redirects
This commit is contained in:
parent
28717aec73
commit
6c3e8336c9
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
return 301 https://$server_name$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
|
|
Loading…
Reference in a new issue