Skip to content

Commit

Permalink
Also use CWD on document_root (closes #3883) [grant@antiflux.org]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3616 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 19, 2006
1 parent 9723d03 commit 63a9516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/configs/lighttpd.conf
Expand Up @@ -5,7 +5,7 @@ server.port = 3000

server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi" )
server.error-handler-404 = "/dispatch.fcgi"
server.document-root = "public/"
server.document-root = CWD + "/public/"

server.errorlog = CWD + "/log/lighttpd.error.log"
accesslog.filename = CWD + "/log/lighttpd.access.log"
Expand Down

0 comments on commit 63a9516

Please sign in to comment.