Add missing endif

This commit is contained in:
9pfs 2024-11-20 15:36:33 -08:00
parent 53baad11c3
commit 231ddac10e
Signed by: 9pfs
SSH key fingerprint: SHA256:yVO09iotyiNaBzBBvVR8ZTx7SB9VpvJPgR1Ihy1bz3Q

View file

@ -8,6 +8,7 @@ server {
server_name [fd32:6b0:70a6:8181::81]; server_name [fd32:6b0:70a6:8181::81];
{% if unicastv6 is defined %} {% if unicastv6 is defined %}
listen [{{ unicastv6 }}]; listen [{{ unicastv6 }}];
{% endif %}
location = /raw { location = /raw {
return 200 '$remote_addr\n'; return 200 '$remote_addr\n';