목차 열기
티스토리 뷰
728x90
반응형
NginX 기본 구성과 경로
기본 경로
/etc/nginx/nginx.conf
사이트 목록
etc/nginx/sites-available/ : 사용가능한 사이트 목록 디렉토리
etc/nginx/sites-enabled/ 사용할 사이트 목록 디렉토리
사이트 추가
sites-available 디렉토리에 도메인 이름으로 파일을 만들고, 내용을 작성한다.
vi /etc/nginx/sites-available/[Domain]
심볼릭 링크를 만들어 sites-enabled 디렉토리에서 sites-available의 파일을 참조한다.
sudo ln -s /etc/nginx/sites-available/[Domain].conf /etc/nginx/sites-enabled/[Domain].conf
728x90
반응형
'Ubuntu' 카테고리의 다른 글
[Linux] 명령어 - 사용자 · 권한 관리 (0) | 2021.03.19 |
---|---|
[Linux] 명령어 - 시스템 (0) | 2021.03.19 |
[NginX] 리버스 프록시 구성하기 (0) | 2021.03.19 |
[IPTables] IPTables로 아이피나 포트를 허용하고 차단해보자 (0) | 2021.03.14 |
[IPTables] IPTables는 무엇일까? (0) | 2021.03.14 |
[Apache2] Could not reliably determine the server's fully qualified domain name (0) | 2021.01.30 |
[Apache2] Function not implemented: AH00023: Couldn't create the proxy mutex (0) | 2021.01.24 |
댓글