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; }
제목 | 최근 수정일 | ||
---|---|---|---|
라이믹스 2.1.15 + PHP8.3 이상에서 동작하는 써드파티 모듈 정리 | 2024.06.21 | 215 | |
이온디 쉐어드호스팅 서비스란 | 2024.05.01 | 337 | |
7 | [Plesk] Plesk 패널에 extension 설치방법 | 2024/05/06 | 59 |
6 | [Plesk] [Plesk] 웹메일 세팅하는 방법 | 2023/03/30 | 0 |
5 | [Plesk] Plesk 패널에서 사용자 디렉토리에 PHP Error Log 기록하기(How to Enable PHP Error Logging in Plesk 11) | 2023/02/19 | 32 |
4 | [Plesk] 외부에서 mysql 접속 허용하기 | 2021/09/02 | 93 |
3 | [Plesk] 플래스크로 네임서버로 돌린 후 다음 스마트워크 메일 설정하는 방법 | 2021/03/13 | 74 |
[Plesk] 라이믹스 사용 시 플래스크 설정 방법 | 2021/03/30 | 91 | |
1 | [Plesk] [라이믹스관련팁] 카테고리 선택 시 '대상을 찾을 수 없습니다' 해결방법 [1] | 2022/11/18 | 186 |