commit 7ac64f83ebe6de4eb0a1a160d4984f1d02341a20
parent 409e1be405b2b6e941bc34623d5740ad13a6db14
Author: rsiddharth <s@ricketyspace.net>
Date: Mon, 12 Nov 2018 20:14:58 -0500
propellor spin
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.hs b/config.hs
@@ -892,8 +892,8 @@ ricketyspaceNetGitNginx = [
, ""
, ""
, " root /home/g/git.rs/html;"
- , " #error_page 404 /404.html;"
- , " #error_page 403 /403.html;"
+ , " error_page 404 /404.html;"
+ , " error_page 403 /403.html;"
, " default_type text/plain;"
, ""
, " location ~ /((style|logo|favicon)\\.(css|png|ico))$ {"