mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
##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
|
|
}
|
|
} |