Skip to content
Snippets Groups Projects
Commit a3f8c987 authored by ZhongShengping's avatar ZhongShengping Committed by zhongshengping
Browse files

Use WSGIApplicationGroup %{GLOBAL} in mod_wsgi configuration

Change-Id: I419cd02aeb899d93bba5f330d7e4535afd8c0ed8
Closes-bug: #1708655
parent b543b3b7
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