소스 검색

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

Loading…
취소
저장