chore: update nginx config for demo

This commit is contained in:
0xJacky 2023-12-15 20:21:21 +08:00
parent d9d8bee5d0
commit 384c2ae8aa
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
2 changed files with 58 additions and 50 deletions

View file

@ -1,3 +1,11 @@
upstream api-1 {
server 127.0.0.1:9000;
server 127.0.0.1:443;
}
upstream api-2 {
server 127.0.0.1:9003;
server 127.0.0.1:9005;
}
server { server {
listen 80; listen 80;
listen [::]:80; listen [::]:80;