diff options
Diffstat (limited to 'modules/apache')
-rw-r--r-- | modules/apache/templates/01_default_ssl_vhost.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/01_default_ssl_vhost.conf b/modules/apache/templates/01_default_ssl_vhost.conf index 6f70f0dc..bbf12df9 100644 --- a/modules/apache/templates/01_default_ssl_vhost.conf +++ b/modules/apache/templates/01_default_ssl_vhost.conf @@ -15,7 +15,7 @@ # General setup for the virtual host DocumentRoot "/var/www/html" #ServerName localhost:443 -#ServerAdmin root@localhost +ServerAdmin root@<%= domain %> ErrorLog logs/ssl_error_log <IfModule mod_log_config.c> |