mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-09 06:58:32 +01:00
fix: cleanup templates
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
server {
|
||||
|
||||
# {{ comment }}
|
||||
|
||||
listen {{ portstring }} {% if udp %} udp {% endif %}{% if ssl %} ssl {% endif %};
|
||||
proxy_pass {{ targetip }}:$server_port;
|
||||
{% if transparent %} proxy_bind $remote_addr transparent; {% endif }
|
||||
|
||||
proxy_timeout 10s;
|
||||
proxy_responses 1;
|
||||
proxy_pass {{ targetip }}:$server_port;
|
||||
|
||||
{% if transparent %} proxy_bind $remote_addr transparent; {% endif %}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user