From 5e692febcca2da8116ab961f0b19c7de33b53fc9 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 3 Mar 2017 00:44:45 +0000 Subject: [PATCH] Keystone Apache.conf port fix --- keystone/templates/etc/_wsgi-keystone.conf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/templates/etc/_wsgi-keystone.conf.tpl b/keystone/templates/etc/_wsgi-keystone.conf.tpl index d85cd8f9a1..61785240a5 100644 --- a/keystone/templates/etc/_wsgi-keystone.conf.tpl +++ b/keystone/templates/etc/_wsgi-keystone.conf.tpl @@ -18,7 +18,7 @@ Listen 0.0.0.0:{{ .Values.network.port.admin }} LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy - + WSGIDaemonProcess keystone-public processes=1 threads=4 user=keystone group=keystone display-name=%{GROUP} WSGIProcessGroup keystone-public WSGIScriptAlias / /var/www/cgi-bin/keystone/main