Explorar el Código

Matched ports from sample config

RyoshiKayo hace 6 años
padre
commit
01f1c600ed
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 {