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".
|
||||
#Include conf-available/serve-cgi-bin.conf
|
||||
|
||||
WSGIDaemonProcess pillar-web
|
||||
WSGIDaemonProcess pillar
|
||||
WSGIPassAuthorization On
|
||||
|
||||
WSGIScriptAlias / /data/dev/pillar-web/pillar-web/runserver.wsgi \
|
||||
process-group=pillar-web application-group=%{GLOBAL}
|
||||
WSGIScriptAlias / /data/dev/pillar/pillar/runserver.wsgi \
|
||||
process-group=pillar application-group=%{GLOBAL}
|
||||
|
||||
<Directory /data/dev/pillar-web/pillar-web>
|
||||
<Directory /data/dev/pillar/pillar>
|
||||
<Files runserver.wsgi>
|
||||
Require all granted
|
||||
</Files>
|
||||
|
Loading…
x
Reference in New Issue
Block a user