Pārlūkot izejas kodu

Matched ports from sample config

RyoshiKayo 6 gadi atpakaļ
vecāks
revīzija
01f1c600ed
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      nginx-ssl.sample.conf
  2. 1 1
      nginx.sample.conf

+ 1 - 1
nginx-ssl.sample.conf

@@ -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 - 1
nginx.sample.conf

@@ -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 {