未验证 提交 f45e3d6c 编写于 作者: B Brian Thomas Smith 提交者: GitHub

chore: typo fix (#811)

上级 6a555b2f
......@@ -373,7 +373,7 @@ public class PropServerConfiguration implements ServerConfiguration {
this.keepAliveHeader = null;
}
final String publicDirectory = getString(properties, env, "http.static.pubic.directory", "public");
final String publicDirectory = getString(properties, env, "http.static.public.directory", "public");
// translate public directory into absolute path
// this will generate some garbage, but this is ok - we just doing this once on startup
if (new File(publicDirectory).isAbsolute()) {
......
......@@ -62,7 +62,7 @@
#http.keep-alive.timeout=5
#http.keep-alive.max=10000
#http.static.pubic.directory=public
#http.static.public.directory=public
#http.net.active.connection.limit=256
#http.net.event.capacity=1024
#http.net.io.queue.capacity=1024
......
......@@ -11,7 +11,7 @@ http.worker.haltOnError=true
http.allow.deflate.before.send=true
http.send.buffer.size=128
http.static.index.file.name=index2.html
http.static.pubic.directory=public_ok
http.static.public.directory=public_ok
http.net.active.connection.limit=64
http.net.event.capacity=2048
http.net.io.queue.capacity=64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册