Fix a typo in the nginx config
This commit is contained in:
@@ -43,7 +43,7 @@ http {
|
|||||||
# Actual logic
|
# Actual logic
|
||||||
{% if TLS_ERROR %}
|
{% if TLS_ERROR %}
|
||||||
location / {
|
location / {
|
||||||
return 403
|
return 403;
|
||||||
}
|
}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if WEBMAIL != 'none' %}
|
{% if WEBMAIL != 'none' %}
|
||||||
@@ -90,7 +90,7 @@ mail {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 25;
|
listen 25;
|
||||||
{% if TLS_FLAVOR != 'notls' %}
|
{% if TLS %}
|
||||||
starttls on;
|
starttls on;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
protocol smtp;
|
protocol smtp;
|
||||||
|
|||||||
Reference in New Issue
Block a user