diff --git a/templates/nginx_server_block.conf.j2 b/templates/nginx_server_block.conf.j2 index b958f64..8f5f83e 100644 --- a/templates/nginx_server_block.conf.j2 +++ b/templates/nginx_server_block.conf.j2 @@ -11,6 +11,7 @@ server{ location / { proxy_pass http://{{ targetip }}:{{ targetport }}; + proxy_set_header Host $http_host; } }