From 5686d6f8428f655ec827a555a916caaf62bd9319 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 31 Jul 2019 19:50:38 +0300 Subject: [PATCH] Fix(apache): Remove mentions of me Make the config more generic. --- playbooks/debian/roles/apache/templates/001-phd.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/playbooks/debian/roles/apache/templates/001-phd.conf b/playbooks/debian/roles/apache/templates/001-phd.conf index f4a91fb..b4e06a2 100644 --- a/playbooks/debian/roles/apache/templates/001-phd.conf +++ b/playbooks/debian/roles/apache/templates/001-phd.conf @@ -1,5 +1,5 @@ ServerName localhost -ServerAdmin phd@{{ inventory_hostname }} +ServerAdmin webmaster@{{ inventory_hostname }} MaxConnectionsPerChild 10 @@ -36,7 +36,7 @@ AddDefaultCharset koi8-r AuthUserFile /usr/local/apache2/data/apache.passwd Require ip 127.0.0.1 {{ ansible_facts.default_ipv4.address }} - Require user phd + Require user webmaster @@ -104,10 +104,6 @@ Options Indexes FollowSymLinks RemoveHandler .py - -ErrorDocument 404 /~phd/Bookmarks/notfound.html - - ServerName unknown.invalid DocumentRoot /usr/local/apache2/_default_/ -- 2.39.2