Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. WSGIScriptAlias / /var/www/tbg/tbg/wsgi.py
  2. WSGIPythonPath /var/www/tbg/
  3.  
  4. Alias /static /var/www/tbg/static/
  5. Alias /media /var/www/tbg/media/
  6.  
  7. XSendFile On
  8. XSendFilePath /var/www/tbg/
  9. # XSendFilePath for newer versions, not Allow Above
  10.  
  11. <Directory /var/www/tbg/>
  12. <Files wsgi.py>
  13. Require all granted
  14. </Files>
  15. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement