Tweaks to default.conf for Apache
This commit is contained in:
parent
d6ea8ea1dc
commit
06b7df4d5b
@ -27,13 +27,13 @@
|
|||||||
# after it has been globally disabled with "a2disconf".
|
# after it has been globally disabled with "a2disconf".
|
||||||
#Include conf-available/serve-cgi-bin.conf
|
#Include conf-available/serve-cgi-bin.conf
|
||||||
|
|
||||||
WSGIDaemonProcess pillar-web
|
WSGIDaemonProcess pillar
|
||||||
WSGIPassAuthorization On
|
WSGIPassAuthorization On
|
||||||
|
|
||||||
WSGIScriptAlias / /data/dev/pillar-web/pillar-web/runserver.wsgi \
|
WSGIScriptAlias / /data/dev/pillar/pillar/runserver.wsgi \
|
||||||
process-group=pillar-web application-group=%{GLOBAL}
|
process-group=pillar application-group=%{GLOBAL}
|
||||||
|
|
||||||
<Directory /data/dev/pillar-web/pillar-web>
|
<Directory /data/dev/pillar/pillar>
|
||||||
<Files runserver.wsgi>
|
<Files runserver.wsgi>
|
||||||
Require all granted
|
Require all granted
|
||||||
</Files>
|
</Files>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user