Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <Directory /home/ubuntu/staging/www >
  2. Deny from all
  3. AuthUserFile /home/ubuntu/staging/settings/apache/users
  4. AuthName authorization
  5. AuthType Basic
  6. Satisfy Any
  7. require valid-user
  8. </Directory>
  9.  
  10. <Location /api >
  11. Allow from all
  12. Satisfy Any
  13. </Location>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement