diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-22 17:34:20 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-22 17:34:20 -0500 |
| commit | af487c602b33cab77e935572f1dd60a5021b7410 (patch) | |
| tree | c1bbb511b75cd342f52e90afeda403a1169579b6 /nginx | |
| parent | 0eb219e27e3c4bb8842523a0a028f53244a6051a (diff) | |
center cryptocurrency donation addresses
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 5856b157..6c7d6ed3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -168,12 +168,12 @@ http { location = /404 { internal; - http2_push /grapheneos.css?25; + http2_push /grapheneos.css?26; } location = /404.html { internal; - http2_push /grapheneos.css?25; + http2_push /grapheneos.css?26; } 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?25; + http2_push /grapheneos.css?26; } } |
