set if_modified_since to more aggressive mode

This commit is contained in:
Daniel Micay 2021-06-30 22:53:05 -04:00
parent b75070b85c
commit 167c728852

View File

@ -67,6 +67,8 @@ http {
error_log /var/log/nginx/error.log;
log_not_found off;
if_modified_since before;
upstream backend {
server [::1]:8008 fail_timeout=1s;
}