summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-11-07 13:06:50 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-11-07 13:10:32 -0500
commite07539f627a86c9db35a2c7c31e71e9bc837b47f (patch)
tree58c5a658ad66b07439771b3ab745d93297d2fcfc /nginx
parentf5c1629e1a630e62bbe026c6c1b91f5cf8e4f6f9 (diff)
update Roboto Mono fonts
Diffstat (limited to 'nginx')
-rw-r--r--nginx/server.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/nginx/server.conf b/nginx/server.conf
index 2fef31d3..9bacec10 100644
--- a/nginx/server.conf
+++ b/nginx/server.conf
@@ -75,12 +75,12 @@ server {
location = /404 {
internal;
- http2_push /grapheneos.css?19;
+ http2_push /grapheneos.css?20;
}
location = /404.html {
internal;
- http2_push /grapheneos.css?19;
+ http2_push /grapheneos.css?20;
}
location ~ "^(.*)/index$" {
@@ -121,7 +121,7 @@ server {
include /etc/nginx/snippets/security-headers.conf;
add_header Cache-Control "public, max-age=1800";
try_files $uri $uri.html $uri/ =404;
- http2_push /grapheneos.css?19;
+ http2_push /grapheneos.css?20;
}
}