Download:
child 5:c8beb0aa5fd2
parent 3:5f1ab3a4f65b
4:4580cd376243
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Jul 2018 23:17:54 +0800
apache2: commented out LogLevel for easier debug time

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
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:12:30 2018 +0800
+++ b/roles/hgweb/templates/etc/apache2/sites-available/hgweb.conf Mon Jul 16 23:17:54 2018 +0800
@@ -6,6 +6,7 @@
ErrorLog ${APACHE_LOG_DIR}/{{ hgweb_subdomain }}.{{ hostname }}.error.log
CustomLog ${APACHE_LOG_DIR}/{{ hgweb_subdomain }}.{{ hostname }}.access.log combined
+ # LogLevel info
WSGIScriptAlias / /home/{{ hgweb_user }}/hgwebfiles/hgweb.wsgi
WSGIProcessGroup hgweb