Initial stab at regindexer for staging.
This commit is contained in:
parent
12c44c2703
commit
0bff76554c
4 changed files with 61 additions and 0 deletions
|
@ -214,6 +214,14 @@ gid = root
|
|||
read only = yes
|
||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
||||
|
||||
[regindexer]
|
||||
comment = regindexer
|
||||
path = /var/lib/regindexer/
|
||||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
||||
|
||||
[docs-redirects]
|
||||
comment = Docs Site Redirects
|
||||
path = /srv/web/docs-redirects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue