Files
WPIQ/wo/cli/templates/acl.mustache

9 lines
205 B
Plaintext
Raw Normal View History

2018-11-13 21:55:59 +01:00
# WordOps (wo) protect locations using
# HTTP authentication || IP address
satisfy any;
auth_basic "Restricted Area";
auth_basic_user_file htpasswd-wo;
# Allowed IP Address List
allow 127.0.0.1;
deny all;