1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-11 02:32:30 +00:00
Files
dockerfiles/boring-nginx/vhost_passwd.conf
2016-05-30 14:19:44 +02:00

3 lines
81 B
Plaintext

auth_basic "Who's this?";
auth_basic_user_file /passwds/<NAME>.htpasswd;