This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
nginx configuration: enable caching / precompiled regular expressions
pull/457/head
Marcel Partap
6 years ago
parent
cfe025396f
commit
5af8d4ed2d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save