mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-01-22 05:47:37 +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