Cleanup from PR#19

This commit is contained in:
Alan Meadows 2016-12-12 12:25:57 -08:00
parent f51648ccd5
commit 8edab86ff4
4 changed files with 4 additions and 4 deletions

View File

@ -9,4 +9,4 @@ source /etc/apache2/envvars
rm -rf /var/run/apache2/* rm -rf /var/run/apache2/*
APACHE_DIR="apache2" APACHE_DIR="apache2"
apache2 -DFOREGROUND apache2 -DFOREGROUND

View File

@ -16,4 +16,4 @@ backend = dogpile.cache.memcached
memcache_servers = {{ include "memcached_host" . }} memcache_servers = {{ include "memcached_host" . }}
config_prefix = cache.keystone config_prefix = cache.keystone
distributed_lock = True distributed_lock = True
enabled = True enabled = True

View File

@ -6,4 +6,4 @@
ThreadsPerChild 25 ThreadsPerChild 25
MaxRequestsPerChild 128 MaxRequestsPerChild 128
ThreadLimit 720 ThreadLimit 720
</IfModule> </IfModule>

View File

@ -25,4 +25,4 @@ Listen {{ .Values.network.ip_address }}:{{ .Values.network.port.admin }}
</IfVersion> </IfVersion>
ErrorLog "|$/bin/cat 1>&2" ErrorLog "|$/bin/cat 1>&2"
CustomLog "|/bin/cat" combined CustomLog "|/bin/cat" combined
</VirtualHost> </VirtualHost>