Skip to content

Commit bc9e8f0

Browse files
feat: change Caddyfile
1 parent 61f1bf1 commit bc9e8f0

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

openclaw/Caddyfile

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
admin off
3-
auto_https disable_redirects
4-
default_sni 127.0.0.1
5-
skip_install_trust
6-
storage file_system {
7-
root /data/caddy
8-
}
2+
admin off
3+
auto_https disable_redirects
4+
skip_install_trust
5+
storage file_system {
6+
root /data/caddy
7+
}
98
}
109

11-
https://127.0.0.1:8443 {
12-
bind 0.0.0.0
13-
tls internal
14-
reverse_proxy 127.0.0.1:18789
10+
https://:8443 {
11+
bind 0.0.0.0
12+
tls internal {
13+
on_demand
14+
}
15+
reverse_proxy 127.0.0.1:18789
1516
}

0 commit comments

Comments
 (0)