diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 17:34:57 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 17:54:07 -0500 |
| commit | ea1f59da7d53392a42cd47b9baad024d1a7c557e (patch) | |
| tree | 0e500e51ce411ebb163502d44c1ebf15e7a6a2c4 /nginx/nginx.conf | |
| parent | 5b69785dd5f758da78bf28daf0da9fc29e7dff54 (diff) | |
use aria-current="page" instead of custom class
Diffstat (limited to 'nginx/nginx.conf')
| -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 6b2871c5..d48965b8 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -128,12 +128,12 @@ http { location = /404 { internal; - http2_push /grapheneos.css?20; + http2_push /grapheneos.css?21; } location = /404.html { internal; - http2_push /grapheneos.css?20; + http2_push /grapheneos.css?21; } location ~ "^(.*)/index$" { @@ -174,7 +174,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?20; + http2_push /grapheneos.css?21; } } |
