1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-02-16 22:53:13 +03:00
ProxySU/TemplateConfg/WebSocketTLSWeb_server_config.caddyfile

11 lines
162 B
Plaintext
Raw Normal View History

2020-03-20 20:12:11 +08:00
##domain## {
2020-04-23 09:27:49 +08:00
log stdout
errors stderr
2020-03-20 20:12:11 +08:00
root /var/www
2020-04-06 11:48:57 +08:00
tls off
2020-03-22 21:17:59 +08:00
##sites##
2020-03-20 20:12:11 +08:00
proxy ##path## localhost:10000 {
websocket
header_upstream -Origin
}
}