Преглед изворни кода

nginx configuration: enable caching / precompiled regular expressions

pull/457/head
Marcel Partap пре 5 година
родитељ
комит
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; worker_connections 1024;
} }


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


http { http {
proxy_temp_path /tmp/proxy_temp; proxy_temp_path /tmp/proxy_temp;


Loading…
Откажи
Сачувај