浏览代码

fixed apache2 config

Andrew Tridgell 4 年之前
父节点
当前提交
1d65a1a7b7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      CustomBuild.conf

+ 2 - 2
CustomBuild.conf

@@ -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