This commit is contained in:
fanqq 2015-07-08 16:35:53 +08:00
parent b4ba8335f1
commit 3ce4ca3910

View file

@ -141,8 +141,12 @@ public class NginxConf {
.append("add_header Content-Type text/html;\n")
.append("return 200 \"4008206666\";\n")
.append("}\n")
.append("location / {\n")
.append("html 404.html;\n")
.append("}\n")
.append("}\n")
;
}
}