ソースを参照

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;


読み込み中…
キャンセル
保存