We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff4e21 commit 2bbcc0cCopy full SHA for 2bbcc0c
install/deb/templates/mail/nginx/web_system.tpl
@@ -4,7 +4,7 @@ server {
4
root /var/lib/roundcube;
5
index index.php index.html index.htm;
6
access_log /var/log/nginx/domains/%domain%.log combined;
7
- error_log /var/log/nginx/domains/%domain%.error.log error;
+ error_log /var/log/nginx/domains/%domain%.error.log error;
8
9
include %home%/%user%/conf/mail/%root_domain%/nginx.forcessl.conf*;
10
0 commit comments