added example apache config
This commit is contained in:
parent
d58d3c35ca
commit
490ebad28d
1 changed files with 7 additions and 0 deletions
7
examples/apache.conf
Normal file
7
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