enable broader If-Modified-Since matching

This commit is contained in:
Daniel Micay
2020-12-06 08:08:50 -05:00
parent d191dbaea5
commit bc30284642

View File

@@ -57,6 +57,8 @@ http {
gzip_proxied any;
gzip_vary on;
if_modified_since before;
server {
listen 80;
listen [::]:80;