|
|
@@ -2,8 +2,8 @@
|
|
|
# Add machine's IP address (use ifconfig command)
|
|
|
ServerName 127.0.0.1
|
|
|
# Give an alias to to start your website url with
|
|
|
- WSGIDaemonProcess app user=will group=will threads=5
|
|
|
- WSGIScriptAlias /CustomBuild /home/will/GitHub/CustomBuild/app.wsgi
|
|
|
+ WSGIDaemonProcess app threads=5
|
|
|
+ WSGIScriptAlias / /home/will/GitHub/CustomBuild/app.wsgi
|
|
|
<Directory /home/will/GitHub/CustomBuild/>
|
|
|
# set permissions as per apache2.conf file
|
|
|
Options FollowSymLinks
|