summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-28 05:44:15 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-28 05:45:05 -0500
commitc950578c7bdd1451b7b0a70caee61020d37aa464 (patch)
tree4200eb4b6f21cbf72c62b6164d576a48ef963163 /nginx
parent72ca88ec19ace57836871bad8aba6b9343cea37c (diff)
add styling for inline code blocks too
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 33ec0bd5..ac523a50 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -168,12 +168,12 @@ http {
location = /404 {
internal;
- http2_push /grapheneos.css?28;
+ http2_push /grapheneos.css?29;
}
location = /404.html {
internal;
- http2_push /grapheneos.css?28;
+ http2_push /grapheneos.css?29;
}
location ~ "^(.*)/index$" {
@@ -214,7 +214,7 @@ http {
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?28;
+ http2_push /grapheneos.css?29;
}
}