Guest User

Untitled

a guest
Dec 4th, 2020
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName en-club.tv
  3. ErrorLog /var/log/httpd/en-club.tv.error.log
  4.  
  5. WSGIDaemonProcess en_club_django python-home=/var/www/html/app-env python-path=/var/www/html/app-env/lib/python3.6/site-packages
  6. WSGIProcessGroup en_club_django
  7. WSGIScriptAlias / /var/www/html/en-club.tv/en_club_django/wsgi.py
  8.  
  9. <Directory /var/www/html/en-club.tv/en_club_django>
  10. <Files wsgi.py>
  11. Require all granted
  12. </Files>
  13. </Directory>
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment