소스 검색

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