mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 20:34:39 -05:00
set if_modified_since to more aggressive mode
This commit is contained in:
parent
b75070b85c
commit
167c728852
@ -67,6 +67,8 @@ http {
|
|||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
|
|
||||||
|
if_modified_since before;
|
||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server [::1]:8008 fail_timeout=1s;
|
server [::1]:8008 fail_timeout=1s;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user