Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- WSGIScriptAlias / /var/www/tbg/tbg/wsgi.py
- WSGIPythonPath /var/www/tbg/
- Alias /static /var/www/tbg/static/
- Alias /media /var/www/tbg/media/
- XSendFile On
- XSendFilePath /var/www/tbg/
- # XSendFilePath for newer versions, not Allow Above
- <Directory /var/www/tbg/>
- <Files wsgi.py>
- Require all granted
- </Files>
- </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement