]> git.phdru.name Git - ansible.git/commitdiff
Fix(apache): Add dummy `ServerName` to start `Apache`
authorOleg Broytman <phd@phdru.name>
Tue, 30 Jul 2019 17:42:36 +0000 (20:42 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 30 Jul 2019 17:42:36 +0000 (20:42 +0300)
Change it to the real host name when it is available.

playbooks/debian/roles/apache/templates/001-phd.conf

index 1547854999562734b6b30e16bf7b85783c5772ab..a95b0397d7d1cb7003275cc485e4f72a9955491c 100644 (file)
@@ -1,3 +1,4 @@
+ServerName localhost
 ServerAdmin phd@{{ inventory_hostname }}
 MaxConnectionsPerChild 10