We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c19d9 commit 71df3cfCopy full SHA for 71df3cf
README.md
@@ -135,6 +135,8 @@ server [options]
135
Set path alias.
136
Mount a file system path to URL path.
137
e.g. ":/doc:/usr/share/doc"
138
+-b|--bind <separator><url-path><separator><fs-path> ...
139
+ Similar to --alias, but the url path is case-insensitive.
140
141
--header <name>:<value> ...
142
Set custom HTTP response header.
README.zh-CN.md
@@ -134,6 +134,8 @@ server [选项]
134
设置路径别名。
将某个文件系统路径挂载到URL路径下。
例如:“:/doc:/usr/share/doc”。
+-b|--bind <分隔符><URL路径><分隔符><文件系统路径> ...
+ 与--alias类似,但URL路径是不区分大小写的。
--header <名称>:<值> ...
设置自定义HTTP响应头。
0 commit comments