Updated docker files
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
# EnableSendfile on
|
||||
XSendFile on
|
||||
XSendFilePath /storage/pillar
|
||||
XSendFilePath /data/storage/pillar
|
||||
|
||||
ServerAdmin webmaster@localhost
|
||||
DocumentRoot /var/www/html
|
||||
@@ -34,10 +34,10 @@
|
||||
WSGIDaemonProcess pillar
|
||||
WSGIPassAuthorization On
|
||||
|
||||
WSGIScriptAlias / /data/dev/pillar/pillar/runserver.wsgi \
|
||||
WSGIScriptAlias / /data/git/pillar/pillar/runserver.wsgi \
|
||||
process-group=pillar application-group=%{GLOBAL}
|
||||
|
||||
<Directory /data/dev/pillar/pillar>
|
||||
<Directory /data/git/pillar/pillar>
|
||||
<Files runserver.wsgi>
|
||||
Require all granted
|
||||
</Files>
|
||||
|
Reference in New Issue
Block a user