Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Bug 1151494 - Add WSGIApplicationGroup directive to wsgi.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Oct 16, 2014
1 parent cd81b90 commit 5f40822
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CustomLog "|tee" combined
end
%>

WSGIApplicationGroup %{GLOBAL}
WSGIScriptAlias / "<%= ENV['OPENSHIFT_PYTHON_WSGI_APPLICATION'] || "#{ENV['OPENSHIFT_REPO_DIR']}wsgi/application" %>"
WSGISocketPrefix "/tmp/wsgi"
WSGIPassAuthorization On
Expand Down

1 comment on commit 5f40822

@T0MASD
Copy link

@T0MASD T0MASD commented on 5f40822 Jun 23, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.