mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-08 06:31:34 +01:00
feat: listen ipv6 stream
This commit is contained in:
@@ -2,6 +2,7 @@ server {
|
|||||||
|
|
||||||
# {{ comment }}
|
# {{ comment }}
|
||||||
listen {{ portstring }} {% if udp %} udp {% endif %}{% if ssl %} ssl {% endif %};
|
listen {{ portstring }} {% if udp %} udp {% endif %}{% if ssl %} ssl {% endif %};
|
||||||
|
listen [::]:{{ portstring }} {% if udp %} udp {% endif %}{% if ssl %} ssl {% endif %};
|
||||||
|
|
||||||
proxy_timeout {{ proxy_timeout }};
|
proxy_timeout {{ proxy_timeout }};
|
||||||
proxy_responses 1;
|
proxy_responses 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user