Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName en-club.tv
- ErrorLog /var/log/httpd/en-club.tv.error.log
- WSGIDaemonProcess en_club_django python-home=/var/www/html/app-env python-path=/var/www/html/app-env/lib/python3.6/site-packages
- WSGIProcessGroup en_club_django
- WSGIScriptAlias / /var/www/html/en-club.tv/en_club_django/wsgi.py
- <Directory /var/www/html/en-club.tv/en_club_django>
- <Files wsgi.py>
- Require all granted
- </Files>
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment