Guest User

Untitled

a guest
Feb 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #privé
  2.  
  3. server {
  4. listen 80;
  5. server_name taff.asterix.cybercpia.net;
  6. root /var/www/zone_72;
  7.  
  8. # Security
  9. location ~ /\.ht {
  10. deny all;
  11. autoindex on;
  12. }
  13.  
  14. location /Repertoire_protege/ {
  15. auth_basic "Qui va là ?";
  16. auth_basic_user_file /var/www/prive/.htpasswd;
  17.  
  18. index index.html index.htm index.php;
  19.  
  20.  
  21. }
  22. }
Add Comment
Please, Sign In to add comment