Create a docs-old website.
This commit is contained in:
parent
f0e03bd7e9
commit
82e49d5523
8 changed files with 74 additions and 0 deletions
|
@ -14,6 +14,14 @@ gid = root
|
|||
read only = yes
|
||||
hosts allow = 10.5.126.13 192.168.1.59
|
||||
|
||||
[docs-old]
|
||||
comment = Old Docs Site
|
||||
path = /srv/web/docs-old
|
||||
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
|
||||
|
||||
[docs]
|
||||
comment = Docs Site
|
||||
path = /srv/web/docs
|
||||
|
|
|
@ -14,6 +14,14 @@ gid = root
|
|||
read only = yes
|
||||
hosts allow = 10.5.126.13 192.168.1.59
|
||||
|
||||
[docs-old]
|
||||
comment = Old Docs Site
|
||||
path = /srv/web/docs-old
|
||||
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
|
||||
|
||||
[docs]
|
||||
comment = Docs Site
|
||||
path = /srv/web/docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue