Переглянути джерело

Matched ports from sample config

RyoshiKayo 6 роки тому
батько
коміт
01f1c600ed
2 змінених файлів з 2 додано та 2 видалено
  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 {