Skip to content

Commit

Permalink
Fixed caddy v1 can't connect in xray-plugin mode. #122
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed Apr 6, 2024
1 parent 418005a commit 3061273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webServer/caddy_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ caddy_v1_config(){
proxy ${path} localhost:${shadowsocksport} {
websocket
header_upstream -Origin
header_upstream Host {host}
}
proxy / ${mirror_site} {
transparent
Expand Down

0 comments on commit 3061273

Please sign in to comment.