반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 쿠버네티스
- 클라우드
- 리눅스
- boj
- Python
- C++
- os
- swift 클로저
- 운영체제
- 부스트코스
- 데브옵스
- 네트워크
- AWS
- k8s
- 도커 명령어
- docker
- linux
- centOS7
- NGINX
- 도커 이미지
- 도커 컨테이너
- 컨테이너
- Swift
- ios
- 프로세스
- centOS
- 인프라
- 도커
- kubernetes
- devops
Archives
- Today
- Total
귀염둥이의 메모
[Nginx] PCRE JIT 옵션 본문
반응형
Enables or disables the use of “just-in-time compilation” (PCRE JIT) for the regular expressions known by the time of configuration parsing.
PCRE JIT can speed up processing of regular expressions significantly.
Syntax: pcre_jit on | off;
Default: pcre_jit off;
Context: main
반응형
'Infra & Devops > Nginx' 카테고리의 다른 글
[Nginx] HTTP/2 Rapid Reset Attack (w/ keepalive_requests, http2_max_concurrent_streams) (0) | 2023.12.21 |
---|---|
[Nginx] ngx_http_gzip_static_module (0) | 2023.11.12 |
[Nginx] 주요 설정 파일, 디렉터리, 명령 (0) | 2022.05.06 |
Comments