Skip to content
Commit 8e3648de authored by Yuanle Song's avatar Yuanle Song
Browse files

v1.2.6.0 fix -d --web-root option

since I used setCurrentDirectory when serving static site,
combine webroot and user requested path will result in File Not
Found error. should always just use relative path or expand it to abs path.
I choose to expand abs path. This allow skip calculate sha1sum
when the same file is accessed via different webroot dir.
parent 4836bda5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment