Skip to content

Commit f865b06

Browse files
Update web_system.stpl
1 parent 2bbcc0c commit f865b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/templates/mail/nginx/web_system.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ server {
66
root /var/lib/roundcube;
77
index index.php index.html index.htm;
88
access_log /var/log/nginx/domains/%domain%.log combined;
9-
error_log /var/log/nginx/domains/%domain%.error.log error;
9+
error_log /var/log/nginx/domains/%domain%.error.log error;
1010

1111
location ~ /\.(?!well-known\/) {
1212
deny all;

0 commit comments

Comments
 (0)