Explorar el Código

nginx configuration: enable caching / precompiled regular expressions

pull/457/head
Marcel Partap hace 6 años
padre
commit
5af8d4ed2d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2

+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2 Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar