Skip to content

Commit

Permalink
Merge pull request #242 from kajinamit/wsgi-script
Browse files Browse the repository at this point in the history
Directly use wsgi script installed by rpm
  • Loading branch information
openshift-merge-robot authored May 15, 2023
2 parents d33b40c + d45c9ff commit 62d8100
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 62d8100

Please sign in to comment.