summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-06 12:39:34 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-06 12:39:34 -0500
commitd9f57a84b0534ac94b180d7c6c7350e39023aeee (patch)
tree221f209286923890e8f9ebd33309dcb9fa855bee /nginx
parent1cab98a1dfdf64ea27e2aeeb703099abf760d6ac (diff)
use consistent id naming
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 30b60a16..1e0a426a 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -136,12 +136,12 @@ http {
location = /404 {
internal;
- http2_push /grapheneos.css?22;
+ http2_push /grapheneos.css?23;
}
location = /404.html {
internal;
- http2_push /grapheneos.css?22;
+ http2_push /grapheneos.css?23;
}
location ~ "^(.*)/index$" {
@@ -182,7 +182,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?22;
+ http2_push /grapheneos.css?23;
}
}