Explorar el Código

fixed apache2 config

Andrew Tridgell hace 4 años
padre
commit
1d65a1a7b7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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