diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 15:40:54 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 15:40:54 -0500 |
| commit | 8bfe1c40231108d4b0bc2fad690bc2723d540653 (patch) | |
| tree | 9266ba72387b698ead260aa40da22c1af3c82f9e /nginx | |
| parent | 422fbff387cedfce1749b8cd7936fe8c279f6463 (diff) | |
drop block display for coin-address p element
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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; } } |
