added example apache config
This commit is contained in:
parent
ef4f638797
commit
8d6ddd09d9
1 changed files with 7 additions and 0 deletions
7
htman/examples/apache.conf
Normal file
7
htman/examples/apache.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<Location /htman/admin>
|
||||||
|
AuthName example.org
|
||||||
|
AuthType Basic
|
||||||
|
AuthUserFile /foo/bar.ht
|
||||||
|
require valid-user
|
||||||
|
</Location>
|
||||||
|
|
Loading…
Reference in a new issue