summaryrefslogtreecommitdiffhomepage
path: root/test/test_static_chroot.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18Tests: style.Andrei Zeliankou1-5/+4
2021-10-05Tests: added tests for variables in "chroot".Andrei Zeliankou1-0/+116
2021-09-30Static: variables in the "share" option.Zhidao HONG1-8/+10
This commit supports variable in the "share" option, the finding path to file serve is the value from "share". An example: { "share": "/www/data/static$uri" }
2021-06-28Tests: renamed share to static.Andrei Zeliankou1-0/+108
Also minor style changes.