Actions
Feature #20
closedFeature request: Environment Variables in config
ASK QUESTIONS IN Forums:
Description
It would be nice if one could use environment variables in the lighttpd.conf like so.
export RAILS_ROOT=/home/user/rails
and in lighttpd.conf:
server.document-root = "$RAILS_ROOT/public"
-- se
Updated by jan over 19 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Xuefer added this in changeset r340 and earlier
Updated by Anonymous over 19 years ago
instead, use:
server.document-root = env.RAILS_ROOT + "/public"
-- Xuefer <xuefer
Actions
Also available in: Atom