forked from HPR/hpr_hub
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
AuthType Basic
|
|
AuthName "cms"
|
|
AuthUserFile "/path/to/file"
|
|
require valid-user
|
|
Order deny,allow
|
|
Deny from all
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Satisfy All
|