Skip to content

Commit

Permalink
Merge pull request avleen#31 from mcnemesis/patch-2
Browse files Browse the repository at this point in the history
Allow  dynamic resolution of bashttpd.conf
  • Loading branch information
avleen committed Feb 13, 2015
2 parents 2769d52 + 3a3620f commit 2c191f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashttpd
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,5 @@ while read -r line; do
REQUEST_HEADERS+=("$line")
done

source bashttpd.conf
source "${BASH_SOURCE[0]%/*}"/bashttpd.conf
fail_with 500

0 comments on commit 2c191f6

Please sign in to comment.