瀏覽代碼

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 {