1 tomcat
在根目录创建文件夹 WEB-INF 创建 web.xml
<?xml version=”1.0″ encoding=”UTF-8″?> <web-app
xmlns=”http://xmlns.jcp.org/xml/ns/javaee” xmlns:xsi=”http://www.w3.org/2001
/XMLSchema-instance” xsi:schemaLocation=”http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/j…d” version=”3.1″ metadata-
complete=”true”>
<error-page> <error-code>404</error-code> <location>/index.html</location>
</error-page>
</web-app>
2 nginx
修改服务器 conf 下的 nginx.conf 文件
项目目录