We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6669cbd commit bae41f6Copy full SHA for bae41f6
src/caddy.sh
@@ -37,6 +37,13 @@ ${host}:${is_https_port} {
37
${host}:${is_https_port} {
38
reverse_proxy /${path}/* h2c://127.0.0.1:${port}
39
import ${is_caddy_site_file}.add
40
+}"
41
+ ;;
42
+ splithttp)
43
+ cat >${is_caddy_site_file} <<<"
44
+${host}:${is_https_port} {
45
+ reverse_proxy ${path}/* 127.0.0.1:${port}
46
+ import ${is_caddy_site_file}.add
47
}"
48
;;
49
proxy)
0 commit comments