use consistent id naming

This commit is contained in:
Daniel Micay
2020-12-06 12:39:34 -05:00
parent 1cab98a1df
commit d9f57a84b0
14 changed files with 18 additions and 18 deletions

View File

@@ -136,12 +136,12 @@ http {
location = /404 {
internal;
http2_push /grapheneos.css?22;
http2_push /grapheneos.css?23;
}
location = /404.html {
internal;
http2_push /grapheneos.css?22;
http2_push /grapheneos.css?23;
}
location ~ "^(.*)/index$" {
@@ -182,7 +182,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?22;
http2_push /grapheneos.css?23;
}
}