summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-22 17:01:49 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-22 17:15:08 -0500
commita5cc377025eb832df43d81a0a8b987a3451e7cf6 (patch)
treee894fd6969c5532c32d7106fdbba2bac02502c7f /nginx
parentdc31ad46fb6f7c09d7236d13fce0bc63b5f010ce (diff)
add Monero donation address
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index c6faa353..5856b157 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -168,12 +168,12 @@ http {
location = /404 {
internal;
- http2_push /grapheneos.css?24;
+ http2_push /grapheneos.css?25;
}
location = /404.html {
internal;
- http2_push /grapheneos.css?24;
+ http2_push /grapheneos.css?25;
}
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?24;
+ http2_push /grapheneos.css?25;
}
}