mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-15 04:17:17 +00:00
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
location /webservice/ {
|
|
proxy_pass http://127.0.0.1:6666/;
|
|
}
|