fix: cleanup templates

This commit is contained in:
2022-12-21 14:32:12 +01:00
parent 984ee9f214
commit 70b4899efc
4 changed files with 80 additions and 9 deletions

View File

@@ -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 %}
}