|
@@ -78,7 +78,7 @@ http {
|
|
{%endif%}
|
|
{%endif%}
|
|
listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
|
|
listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
|
|
|
|
|
|
- {% if not DISABLE_IPv6 %}
|
|
|
|
|
|
+ {% if ENABLE_IPV6 %}
|
|
{% if not HTTP_REDIRECT %}
|
|
{% if not HTTP_REDIRECT %}
|
|
listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
|
|
listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
|
|
{%endif%}
|
|
{%endif%}
|
|
@@ -105,7 +105,7 @@ http {
|
|
{%endif%}
|
|
{%endif%}
|
|
listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
|
|
listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
|
|
|
|
|
|
- {% if not DISABLE_IPv6 %}
|
|
|
|
|
|
+ {% if ENABLE_IPV6 %}
|
|
{% if not HTTP_REDIRECT %}
|
|
{% if not HTTP_REDIRECT %}
|
|
listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
|
|
listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
|
|
{%endif%}
|
|
{%endif%}
|
|
@@ -126,7 +126,7 @@ http {
|
|
# rspamd dynmaps:
|
|
# rspamd dynmaps:
|
|
server {
|
|
server {
|
|
listen 8081;
|
|
listen 8081;
|
|
- {% if not DISABLE_IPv6 %}
|
|
|
|
|
|
+ {% if ENABLE_IPV6 %}
|
|
listen [::]:8081;
|
|
listen [::]:8081;
|
|
{%endif%}
|
|
{%endif%}
|
|
index index.php index.html;
|
|
index index.php index.html;
|
|
@@ -199,7 +199,7 @@ http {
|
|
{%endif%}
|
|
{%endif%}
|
|
listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
|
|
listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
|
|
|
|
|
|
- {% if not DISABLE_IPv6 %}
|
|
|
|
|
|
+ {% if ENABLE_IPV6 %}
|
|
{% if not HTTP_REDIRECT %}
|
|
{% if not HTTP_REDIRECT %}
|
|
listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
|
|
listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
|
|
{%endif%}
|
|
{%endif%}
|