ソースを参照

Update 'nginx/configs/default.conf'

master
maeda 7年前
コミット
282ededaf5
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      nginx/configs/default.conf

+ 1
- 1
nginx/configs/default.conf ファイルの表示

@@ -1,6 +1,6 @@
1 1
 # Upstream sites for proxy-ing
2 2
 upstream wp {
3
-     server <CHANGE_ME>:8082;
3
+     server <YOUR_SERVER_IP_ADDRESS>:8082;
4 4
 }
5 5
 
6 6
 ### Redirect regular traffic to SSL

読み込み中…
キャンセル
保存