1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-11 09:48:47 +00:00
test-tutorial-framework/solvable/nginx/webservice.conf

4 lines
66 B
Plaintext

location /webservice/ {
proxy_pass http://127.0.0.1:11111/;
}