Advertisement
Guest User

Untitled

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