1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 21:26:09 +03:00
ProxySU/TemplateConfg/WebSocketTLSWeb_server_config.caddyfile
2020-05-06 12:08:26 +08:00

11 lines
162 B
Plaintext

##domain## {
log stdout
errors stderr
root /var/www
tls off
##sites##
proxy ##path## localhost:10000 {
websocket
header_upstream -Origin
}
}