소스 검색

nginx configuration: enable caching / precompiled regular expressions

pull/457/head
Marcel Partap 6 년 전
부모
커밋
5af8d4ed2d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2

+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2 파일 보기

@@ -18,6 +18,8 @@ events {
worker_connections 1024;
}

# "PCRE JIT can speed up processing of regular expressions significantly."
pcre_jit on;

http {
proxy_temp_path /tmp/proxy_temp;


불러오는 중...
취소
저장