Browse Source

Update web_system.stpl

Alexandros Ioannides 6 years ago
parent
commit
f865b06dc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/templates/mail/nginx/web_system.stpl

+ 1 - 1
install/deb/templates/mail/nginx/web_system.stpl

@@ -6,7 +6,7 @@ server {
     root        /var/lib/roundcube;
     root        /var/lib/roundcube;
     index       index.php index.html index.htm;
     index       index.php index.html index.htm;
     access_log /var/log/nginx/domains/%domain%.log combined;
     access_log /var/log/nginx/domains/%domain%.log combined;
-    error_log /var/log/nginx/domains/%domain%.error.log error;
+    error_log  /var/log/nginx/domains/%domain%.error.log error;
 
 
     location ~ /\.(?!well-known\/) {
     location ~ /\.(?!well-known\/) {
         deny all;
         deny all;