diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-24 12:54:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-24 12:54:19 -0400 |
| commit | 16532c8e20682040719a939e84f0403d2df60fd6 (patch) | |
| tree | 25ce56f4484dc5fdb5eedb747620b2b975c21ad0 | |
| parent | 5f900a30597483b8162ee42233aabab1d6b97e3d (diff) | |
push CSS for error pages too
| -rw-r--r-- | nginx/server.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nginx/server.conf b/nginx/server.conf index 1d725572..d1725f58 100644 --- a/nginx/server.conf +++ b/nginx/server.conf @@ -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)$" { |
