Matched ports from sample config
This commit is contained in:
parent
9465cce88a
commit
01f1c600ed
|
@ -1,5 +1,5 @@
|
|||
upstream backend {
|
||||
server 127.0.0.1:3000; # Change to the port you specified on lolisafe
|
||||
server 127.0.0.1:9999; # Change to the port you specified on lolisafe
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
upstream backend {
|
||||
server 127.0.0.1:3000; # Change to the port you specified on lolisafe
|
||||
server 127.0.0.1:9999; # Change to the port you specified on lolisafe
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Reference in New Issue