10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
![]() |
server {
|
||
|
listen 1026;
|
||
|
location /api/ {
|
||
|
proxy_pass http://flask-consul:2026;
|
||
|
}
|
||
|
location / {
|
||
|
root /www/dist;
|
||
|
}
|
||
|
}
|