Skip to content

Commit

Permalink
Directly use wsgi script installed by rpm
Browse files Browse the repository at this point in the history
... instead of the path copied during container image build. This
allows us to reduce steps in image build.
  • Loading branch information
kajinamit committed May 8, 2023
1 parent 27a68d7 commit d45c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/keystoneapi/config/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ CustomLog /dev/stdout proxy env=forwarded
WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess keystone display-name=keystone group=keystone processes=3 threads=1 user=keystone
WSGIProcessGroup keystone
WSGIScriptAlias / "/var/www/cgi-bin/keystone/main"
WSGIScriptAlias / "/usr/bin/keystone-wsgi-public"
WSGIPassAuthorization On
</VirtualHost>

0 comments on commit d45c9ff

Please sign in to comment.