Role service-nginx: use $host instead of $server_name for redirects

This commit is contained in:
Julian Labus 2019-03-20 10:23:12 +01:00
parent 28717aec73
commit 6c3e8336c9
No known key found for this signature in database
GPG key ID: 8AF209F2C6B3572A

View file

@ -1 +1 @@
return 301 https://$server_name$request_uri;
return 301 https://$host$request_uri;