centos nginx 다 중 포트 설정 프로 세 스 기록

1186 단어 centos
1. 편집 / usr / local / nginx / vhosts / 이 디 렉 터 리 에 파일 을 추가 합 니 다. 예 를 들 어;ci. ainux. com, 포트 와 디 렉 터 리 를 수정 하거나 파일 을 복사 하여 log 를 변경 합 니 다.형식 이름
    nginx: / usr / local / nginx / sbin / nginx - s 리 로드 다시 시작
2. 방화벽 주의: 다른 개 통 된 포트 를 추가 합 니 다.
   / etc / sysconfig / iptables 파일 을 편집 합 니 다.우리 실례 에서 8080 포트 와 9990 포트 를 열 어야 한다  저장 후 다시 시작 하기;service iptables restart;
   마지막 으로 다시 보기;service iptables status;
CentOS 설정 방화벽 작업 실례 (켜 기, 멈 추기, 켜 기, 닫 기 포트):
 
주: 방화벽 의 기본 조작 명령:
       :



[root@localhost ~]# service   iptables status<  >



     :



[root@localhost ~]# service   iptables stop <  >



     :



[root@localhost ~]# service   iptables start <  >



     :



[root@localhost ~]# service   iptables restart <  >



       :



[root@localhost ~]# chkconfig   iptables off<  >



       :



[root@localhost ~]# chkconfig   iptables on<  >



좋은 웹페이지 즐겨찾기