Skip to content

Commit 9aa67da

Browse files
author
Alexandros Ioannides
authored
Optimize FastCGI Cache
1 parent d6eb4bc commit 9aa67da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/deb/nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ http {
4545
fastcgi_send_timeout 180s;
4646
fastcgi_cache_lock on;
4747
fastcgi_cache_lock_timeout 5s;
48+
fastcgi_cache_background_update on;
49+
fastcgi_cache_revalidate on;
4850

4951
# Proxy settings
5052
proxy_redirect off;

0 commit comments

Comments
 (0)