Download:
child 6:a8d5193b770c
parent 4:4580cd376243
5:c8beb0aa5fd2
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Jul 2018 23:35:22 +0800
apache2: move ServerAdmin up

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
roles/hgweb/templates/etc/apache2/sites-available/hgweb.conf file | annotate | diff | comparison | revisions
--- a/roles/hgweb/templates/etc/apache2/sites-available/hgweb.conf Mon Jul 16 23:17:54 2018 +0800
+++ b/roles/hgweb/templates/etc/apache2/sites-available/hgweb.conf Mon Jul 16 23:35:22 2018 +0800
@@ -1,7 +1,7 @@
<VirtualHost *:80>
ServerName {{ hgweb_subdomain }}.{{ hostname }}
+ ServerAdmin webmaster@{{ hostname }}
- ServerAdmin webmaster@{{ hostname }}
DocumentRoot /home/{{ hgweb_user }}/hg/mercurial/templates
ErrorLog ${APACHE_LOG_DIR}/{{ hgweb_subdomain }}.{{ hostname }}.error.log