mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 05:36:08 +03:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
##domain##:##port## {
|
|
@grpc {
|
|
protocol grpc
|
|
path ##path##
|
|
}
|
|
|
|
reverse_proxy @grpc h2c://127.0.0.1:##local_port##
|
|
root * /var/www
|
|
file_server
|
|
} |