Skip to content
Snippets Groups Projects
Commit 69774313 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use WSGIApplicationGroup %{GLOBAL} in mod_wsgi configuration"

parents 5fe4f199 a3f8c987
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ TraceEnable off
<VirtualHost *:{{ freezer_api_port }}>
WSGIDaemonProcess freezer-api processes={{ openstack_service_workers }} threads=1 user=freezer display-name=%{GROUP}
WSGIProcessGroup freezer-api
WSGIApplicationGroup freezer-api
WSGIApplicationGroup %{GLOBAL}
WSGIScriptAlias / {{ python_path }}/freezer_api/cmd/wsgi.py
ErrorLog {{ freezer_log_dir }}/freezer-api.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment