ConsulManager/vue-consul/http-ops.conf

10 lines
154 B
Plaintext
Raw Normal View History

2022-01-28 04:10:09 +00:00
server {
listen 1026;
location /api/ {
proxy_pass http://flask-consul:2026;
}
location / {
root /www/dist;
}
}