From d9f57a84b0534ac94b180d7c6c7350e39023aeee Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 6 Dec 2020 12:39:34 -0500 Subject: use consistent id naming --- nginx/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nginx') 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; } } -- cgit v1.3.1