mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: update nginx config for demo
This commit is contained in:
parent
d9d8bee5d0
commit
384c2ae8aa
2 changed files with 58 additions and 50 deletions
|
@ -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 {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue