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

11 lines
162 B
Plaintext
Raw Normal View History

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