Sfoglia il codice sorgente

fixed apache2 config

Andrew Tridgell 4 anni fa
parent
commit
1d65a1a7b7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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