Advertisement
Guest User

Untitled

a guest
Jan 13th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <VirtualHost *:80>
  2. <Directory /var/www/vhosts/staging.wheredjsplay.com/wjdp>
  3. AuthUserFile /var/www/vhosts/staging.wheredjsplay.com/wjdp/.htpasswd
  4. AuthName "Just testing"
  5. AuthType Basic
  6. Require valid-user
  7.  
  8. <Files wsgi.py>
  9. Require valid-user
  10. </Files>
  11. WSGIApplicationGroup %{GLOBAL}
  12. </Directory>
  13. </VirtualHost>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement