mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-03-10 01:41:44 +01:00
feat: proxy pass options
This commit is contained in:
@@ -12,6 +12,7 @@ server{
|
||||
location / {
|
||||
proxy_pass http://{{ targetip }}:{{ targetport }};
|
||||
proxy_set_header Host $http_host;
|
||||
{{ proxy_pass_blob }}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user