첨부파일 https://imweb.eond.com/hosting_guide/438621

1. 프록시 모드 해제

2. nginx 캐싱 활성화 

3. 추가 nginx 지시문 설정


# block direct access to templates, XML schemas, config files, dotfiles, environment info, etc.
location ~ ^/modules/editor/(skins|styles)/.+\.html$ {
    # pass
}
location ~ ^/(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugins|themes|widgets|widgetstyles)/.+\.(html|xml)$ {
    return 403;
}
location ~ ^/files/(attach|config|cache/store)/.+\.(ph(p|t|ar)?[0-9]?|p?html?|cgi|pl|exe|[aj]spx?|inc|bak)$ {
    return 403;
}
location ~ ^/files/(env|member_extra_info/(new_message_flags|point))/ {
    return 403;
}
location ~ ^/(\.git|\.ht|\.travis|codeception\.|composer\.|Gruntfile\.js|package\.json|CONTRIBUTING|COPYRIGHT|LICENSE|README) {
    return 403;
}


# fix incorrect minified URLs (for legacy support)
location ~ ^/(.+)\.min\.(css|js)$ {
    try_files $uri $uri/ /$1.$2;
}


# fix download URL when other directives for static files are present
location ~ ^/files/download/ {
    try_files $uri $uri/ /index.php$is_args$args;
}
location ~ / {
    index index.php index.cgi index.pl index.html index.xhtml index.htm index.shtml;
    try_files $uri $uri/ /index.php?$args;
}
# fix incorrect relative URLs (for legacy support)
location ~ ^/(.+)/(addons|files|layouts|m\.layouts|modules|widgets|widgetstyles)/(.+) {
    try_files $uri $uri/ /$2/$3;
}
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 80 articles in 4 / 4 pages
번호 제목 제목 최근 수정일 조회 수
공지 라이믹스 2.1.15 + PHP8.3 이상에서 동작하는 써드파티 모듈 정리 2024.06.21 215
공지 이온디 쉐어드호스팅 서비스란 2024.05.01 337
20 [워드프레스] 서버 이전 후 CSS가 깨져보여요. 사이트가 제대로 안 보여요 2024/05/28 32
19 [서버관리] CentOS에서 아파치 재실행 방법 (How to Restart Apache on CentOS 7) 2023/03/03 29
18 [워드프레스] 갑자기 사이트가 오류를 뱉어요 2024/05/08 26
17 [누리고] 누리고 결제모듈 - 연동모듈의 종류 파일 2024/05/06 24
16 [누리고] <이 모듈의 모듈인스턴스는 1개만 생성이 가능합니다.> 오류 메세지 발생시 2024/05/06 23
15 [누리고] 비회원 주문시 발생하는 오류 파일 2024/05/06 23
14 [XE] xe_session 넌 누구니 2024/05/08 23
13 [누리고] 연동모듈 설정 후 결제하기 누르면 발생하는 오류 파일 2024/05/06 21
12 [기타] redmine 설치(미작성) 2024/05/13 21
11 [XE] XE 소개 파일 2024/05/06 18
10 [누리고] 결제하기 누르면 빈 화면이 뜸 파일 2024/05/06 16
9 [누리고] 결제하기 버튼이 do_payment로 나옵니다. 파일 2024/05/05 15
8 [CMS컨텐츠] 비밀글 이온디 베이직 설정 방법 2024/06/11 7
7 [그누보드] 비밀글 g5_is_member 변수가 선언되지 않았습니다. js/ apms.sideview.js 2024/05/18 1
6 [서버관리] 비밀글 upload_tmp_dir 설정 2024/06/08 1
5 [Plesk] 비밀글 [Plesk] 웹메일 세팅하는 방법 2023/03/30 0
4 [라이믹스] 비밀글 다국어 어떻게 만들면 좋을까? 2024/05/25 0
3 [HestiaCP] 비밀글 MariaDB 메모리 설정값 변경 2024/05/14 0
2 [그누보드] 비밀글 휴대폰인증모듈 shell_exec() 함수 에러 관련 2024/05/06 0
1 [HestiaCP] 비밀글 SSL 인증서가 설치되지 않을 때 2024/05/28 0

해시태그 디렉터리

오늘의 핫게시물