add registry UI to sundries rsyncd conf
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
d2c257c62e
commit
a00dffea3b
1 changed files with 8 additions and 0 deletions
|
@ -189,3 +189,11 @@ uid = root
|
||||||
gid = root
|
gid = root
|
||||||
read only = yes
|
read only = yes
|
||||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0
|
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0
|
||||||
|
|
||||||
|
[registry-index]
|
||||||
|
comment = registry-index
|
||||||
|
path = /var/lib/reg-server/static/
|
||||||
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue