summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-10-31 11:05:58 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-10-31 11:06:06 -0400
commitf69579e757dcd2081cac9ad8faaf53fdc6578981 (patch)
tree089b7f8b10474bf7f506160685636d12dc24181c /nginx
parent3e14cfdfe0b43c023b6d4e8d35878f3bf0b1ed4b (diff)
nginx: update HTTP/2 push configuration
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 e432b35b..5839930b 100644
--- a/nginx/server.conf
+++ b/nginx/server.conf
@@ -71,12 +71,12 @@ server {
location = /404 {
internal;
- http2_push /grapheneos.css?18;
+ http2_push /grapheneos.css?19;
}
location = /404.html {
internal;
- http2_push /grapheneos.css?18;
+ http2_push /grapheneos.css?19;
}
location ~ "^(.*)/index$" {
@@ -117,7 +117,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?18;
+ http2_push /grapheneos.css?19;
}
}