We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f1bf1 commit bc9e8f0Copy full SHA for bc9e8f0
openclaw/Caddyfile
@@ -1,15 +1,16 @@
1
{
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
- }
+ admin off
+ auto_https disable_redirects
+ skip_install_trust
+ storage file_system {
+ root /data/caddy
+ }
9
}
10
11
-https://127.0.0.1:8443 {
12
- bind 0.0.0.0
13
- tls internal
14
- reverse_proxy 127.0.0.1:18789
+https://:8443 {
+ bind 0.0.0.0
+ tls internal {
+ on_demand
15
+ reverse_proxy 127.0.0.1:18789
16
0 commit comments