summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-02 18:02:03 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-02 18:02:03 -0500
commit52dcbd7595edb50523007b3f5b003cbbc5759f15 (patch)
tree336c978469d246fbd9a6b42d49ca6c785c142437 /nginx
parentea1f59da7d53392a42cd47b9baad024d1a7c557e (diff)
use id to style site menu
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 d48965b8..489155aa 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -128,12 +128,12 @@ http {
location = /404 {
internal;
- http2_push /grapheneos.css?21;
+ http2_push /grapheneos.css?22;
}
location = /404.html {
internal;
- http2_push /grapheneos.css?21;
+ http2_push /grapheneos.css?22;
}
location ~ "^(.*)/index$" {
@@ -174,7 +174,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?21;
+ http2_push /grapheneos.css?22;
}
}