Add missing endif
This commit is contained in:
parent
53baad11c3
commit
231ddac10e
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue