فهرست منبع

Update nginx.conf

Alexandros Ioannides 5 سال پیش
والد
کامیت
0acdf2c791
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      install/deb/nginx/nginx.conf

+ 1 - 0
install/deb/nginx/nginx.conf

@@ -137,6 +137,7 @@ http {
     fastcgi_cache_methods GET HEAD;
     fastcgi_cache_use_stale updating error timeout invalid_header http_500 http_503;
     fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
+    add_header X-FastCGI-Cache $upstream_cache_status;
 
     # Cache bypass
     map $http_cookie $no_cache {