4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
location ^~ /f {
|
|
proxy_pass http://192.168.0.160:5244;
|
|
|
|
} |