1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Fix a typo in the nginx config

This commit is contained in:
kaiyou
2017-10-21 15:54:09 +02:00
parent 5786bb3e1b
commit 8a2ddcdf30

View File

@@ -43,7 +43,7 @@ http {
# Actual logic
{% if TLS_ERROR %}
location / {
return 403
return 403;
}
{% else %}
{% if WEBMAIL != 'none' %}
@@ -90,7 +90,7 @@ mail {
server {
listen 25;
{% if TLS_FLAVOR != 'notls' %}
{% if TLS %}
starttls on;
{% endif %}
protocol smtp;