Skip to content

Commit

Permalink
Item9169: fix path for error log
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7837 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
AndrewJones authored and AndrewJones committed Jun 18, 2010
1 parent f34be73 commit fcc0d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/lighttpd.pl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
)
server.port = $PORT
server.errorlog = "/scratch/foswiki/core/working/tmp/error.log"
server.errorlog = "$foswiki_core/working/tmp/error.log"
# mimetype mapping
$mime_mapping
Expand Down

0 comments on commit fcc0d79

Please sign in to comment.