각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
첨부파일 https://imweb.eond.com/webtip/390789
Nginx 서버에서 서브디렉토리(subdirectory)에서 index 파일을 못 가져오는 경우

[1] project.eond.com/
[2] project.eond.com/shu
[3] project.eond.com/shu/index.html

실제 index.html 파일이 있는데도, [2]로 접속했을 때 404 오류를 뿜더군요.
nginx 설정파일을 몇십번이나 수정하고 재시작해도 안되길래,
마지막 xe 설정 파일 부분을 빼니 잘 되네요 ㅠㅠ

 
location / {
   root   /home/project/www;
   index index.php index.html;
}
location /shu {
   alias /home/project/www/shu;
   index index.html;
}
xe_config 파일에 보면 mid link 라는 부분에 이렇게 수정했습니다.
# mid link
rewrite ^/shu/ /shu/index.html last;
rewrite ^/xe/?$ /xe/index.php?mid=$1 last;
rewrite ^/([a-zA-Z0-9_]+)/?$ /index.php?mid=$1 last;
#rewrite ^/xe/([a-zA-Z0-9_]+)/?$ /index.php?mid=$1 last;


코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 683 articles in 45 / 57 pages
번호 제목 제목 조회 수 날짜날짜
155 [PHP] PHP rediect 95 2017/03/20
154 [리눅스서버] [리눅스] 가장큰 용량 파일 찾기 / 디렉터리 4325 2017/03/26
153 [리눅스서버] [리눅스] sftp 사용방법 100 2017/03/26
152 [윈도우] [리눅스서버] 리눅스서버에서 한글파일명 깨질때 (파일질라나 ftp로 한글깨짐) 2112 2017/03/26
151 [리눅스서버] ncftp 사용법 252 2017/03/26
150 [리눅스서버] SFTP 비밀번호 변경 8975 2017/03/30
149 [리눅스서버] sftp 사용자 계정만 접속하는 권한 설정해주기 438 2017/03/31
148 [리눅스서버] Secure Copy (SCP) 사용법 103 2017/03/31
147 [리눅스서버] 서버 locale 설정 122 2017/03/31
146 [MySQL] phpmyAdmin을 대체하는 Adminer - myadmin 525 2017/04/12
145 [리눅스서버] 리눅스 하위 디렉토리가 얼만큼 쓰는지 확인하는 명령어 166 2017/04/13
144 [리눅스서버] [vultr] 트래픽 초과 요금 산정 기준 589 2017/04/16

해시태그 디렉터리

오늘의 핫게시물