Cleanup from PR#19
This commit is contained in:
parent
f51648ccd5
commit
8edab86ff4
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
ThreadsPerChild 25
|
ThreadsPerChild 25
|
||||||
MaxRequestsPerChild 128
|
MaxRequestsPerChild 128
|
||||||
ThreadLimit 720
|
ThreadLimit 720
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user