mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 21:57:17 +00:00
4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
location /webservice/ {
|
|
proxy_pass http://127.0.0.1:11111/;
|
|
}
|