push CSS for error pages too

This commit is contained in:
Daniel Micay 2020-04-24 12:54:19 -04:00
parent 5f900a3059
commit 16532c8e20

View File

@ -69,10 +69,12 @@ server {
location = /404 {
internal;
http2_push /grapheneos.css?18;
}
location = /404.html {
internal;
http2_push /grapheneos.css?18;
}
location ~ "\.(ico|webmanifest)$" {