Skip to content

Commit d9e7782

Browse files
committed
remove https
1 parent 1ca1925 commit d9e7782

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

Caddyfile

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,27 @@
22
# Use of this source code is governed by a Apache license
33
# that can be found in the LICENSE file.
44

5-
https://openpitrix.io {
6-
tls appcenter@yunify.com
7-
browse
5+
0.0.0.0
6+
browse
87

9-
log stdout
10-
errors stdout
11-
gzip
12-
root /srv/openpitrix.github.io/public
13-
hugo /srv/openpitrix.github.io
8+
log stdout
9+
errors stdout
10+
gzip
11+
root /srv/openpitrix.github.io/public
12+
hugo /srv/openpitrix.github.io
1413

15-
gopkg /openpitrix https://github.com/openpitrix/openpitrix
16-
gopkg /libconfd https://github.com/openpitrix/libconfd
17-
gopkg /metad https://github.com/openpitrix/metad
14+
gopkg /openpitrix https://github.com/openpitrix/openpitrix
15+
gopkg /libconfd https://github.com/openpitrix/libconfd
16+
gopkg /metad https://github.com/openpitrix/metad
1817

19-
git {
20-
path /srv/openpitrix.github.io
21-
repo https://github.com/openpitrix/openpitrix.github.io.git
22-
hook /webhook QingCloud
23-
hook_type github
24-
then hugo --destination=/srv/openpitrix.github.io/public
25-
interval 1800
26-
}
18+
git {
19+
path /srv/openpitrix.github.io
20+
repo https://github.com/openpitrix/openpitrix.github.io.git
21+
hook /webhook QingCloud
22+
hook_type github
23+
then hugo --destination=/srv/openpitrix.github.io/public
24+
interval 1800
2725
}
2826

29-
http://openpitrix.io, https://www.openpitrix.io, http://www.openpitrix.io {
30-
redir https://openpitrix.io{uri}
31-
}
27+
28+

0 commit comments

Comments
 (0)