diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 05:18:34 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 05:31:37 -0500 |
| commit | 72ca88ec19ace57836871bad8aba6b9343cea37c (patch) | |
| tree | fad6cedf23ab5fd56863c9727414abc1c684c5e0 /nginx | |
| parent | 4f72ed181fc6c36bbbdcac46ab0e2c480e92124d (diff) | |
add code block styling
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 b1503fac..33ec0bd5 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -168,12 +168,12 @@ http { location = /404 { internal; - http2_push /grapheneos.css?27; + http2_push /grapheneos.css?28; } location = /404.html { internal; - http2_push /grapheneos.css?27; + http2_push /grapheneos.css?28; } 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?27; + http2_push /grapheneos.css?28; } } |
