prepare for release

This commit is contained in:
VirtuBox
2019-05-02 18:41:07 +02:00
parent a1f5041968
commit 147369bc75
3 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# FastCGI cache settings - WO v3.9.5
# FastCGI cache settings
fastcgi_cache_path /var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:50m inactive=60m max_size=256M;
fastcgi_cache_key "$scheme$request_method$host$request_uri";
fastcgi_cache_use_stale error timeout invalid_header updating http_500 http_503;