diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 15:22:07 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 15:22:07 -0700 |
| commit | c0384ae720e2b274bfeebbc8a5303fb8a85d66d5 (patch) | |
| tree | 28a74f6b9fc18e2afbfa586a5762e76f9f4b6c32 /config/nix.org | |
| parent | 0547cba1e38e1cdde62c885e1b198170ef9e72bc (diff) | |
test my website more deeply; add more CSS
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/nix.org b/config/nix.org index 0f63df0..6f68ee0 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1741,6 +1741,7 @@ to the outside world under a domain. }; extraConfig = '' rewrite ^/graph_view/?(.*)$ https://graph.${config.monorepo.vars.remoteHost}/$1 permanent; + error_page 404 /404.html; ''; }; |
