From 8bfe1c40231108d4b0bc2fad690bc2723d540653 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 23 Dec 2020 15:40:54 -0500 Subject: drop block display for coin-address p element --- 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 6c7d6ed3..b1503fac 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -168,12 +168,12 @@ http { location = /404 { internal; - http2_push /grapheneos.css?26; + http2_push /grapheneos.css?27; } location = /404.html { internal; - http2_push /grapheneos.css?26; + http2_push /grapheneos.css?27; } 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?26; + http2_push /grapheneos.css?27; } } -- cgit v1.3.1