-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCaddyfile
32 lines (25 loc) · 950 Bytes
/
Caddyfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2017 The OpenPitrix Authors. All rights reserved.
# Use of this source code is governed by a Apache license
# that can be found in the LICENSE file.
0.0.0.0
browse
log stdout
errors stdout
gzip
root /srv/openpitrix.github.io/public
hugo /srv/openpitrix.github.io
gopkg /openpitrix https://github.com/openpitrix/openpitrix
gopkg /libconfd https://github.com/openpitrix/libconfd
gopkg /metadata https://github.com/openpitrix/metadata
gopkg /metad https://github.com/openpitrix/metad
gopkg /logger https://github.com/openpitrix/logger
gopkg /notification https://github.com/openpitrix/notification
gopkg /iam https://github.com/openpitrix/iam
git {
path /srv/openpitrix.github.io
repo https://github.com/openpitrix/openpitrix.github.io.git
hook /webhook QingCloud
hook_type github
then hugo --destination=/srv/openpitrix.github.io/public
interval 1800
}