feat: proxy pass options

This commit is contained in:
2022-12-24 00:16:19 +01:00
parent 1f47a1deee
commit f35969021a
3 changed files with 15 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ server{
location / {
proxy_pass http://{{ targetip }}:{{ targetport }};
proxy_set_header Host $http_host;
{{ proxy_pass_blob }}
}
}