diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-05 16:03:00 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-05 16:03:00 -0400 |
commit | 180ac80d4e7b5fd5ab16abd74f9c5aa330d59ebf (patch) | |
tree | 1e5f9d95176fcf191e48ecae5e254544d7cf8384 /lighttpd.conf.example | |
parent | e797001be4cd982ed778bda16744ab4007eb31c8 (diff) | |
parent | c3a522623c3a0628c33407ee01b16e189c44bba5 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Diffstat (limited to 'lighttpd.conf.example')
-rw-r--r-- | lighttpd.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lighttpd.conf.example b/lighttpd.conf.example new file mode 100644 index 000000000..b8baafc9e --- /dev/null +++ b/lighttpd.conf.example @@ -0,0 +1,2 @@ +# Add this line to lighttpd.conf to enable pseudo-rewrites using 404s +server.error-handler-404 = "/index.php" |