mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-09-19 11:54:51 -04:00
set if_modified_since to more aggressive mode
This commit is contained in:
parent
b75070b85c
commit
167c728852
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue