1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-26 23:26:08 +03:00
ProxySU/TemplateConfg/3in1_config.caddyfile

18 lines
283 B
Plaintext
Raw Normal View History

2020-05-27 14:33:09 +03:00
##domain## {
log stdout
errors stderr
root /var/www
tls off
forwardproxy {
##basicauth##
probe_resistance
hide_ip
hide_via
upstream http://127.0.0.1:8383
}
##sites##
proxy ##path## localhost:10000 {
websocket
header_upstream -Origin
}
}