drupal-with-nginx icon indicating copy to clipboard operation
drupal-with-nginx copied to clipboard

Missing headers

Open ulfjack opened this issue 7 years ago • 0 comments
trafficstars

You should set HTTP_IF_NONE_MATCH and HTTP_IF_MODIFIED_SINCE:

fastcgi_param HTTP_IF_NONE_MATCH $http_if_none_match;
fastcgi_param HTTP_IF_MODIFIED_SINCE $http_if_modified_since;

ulfjack avatar Dec 17 '17 10:12 ulfjack