nginx代理界面和原Tomcat界面有点不同
来源:2-17 nginx反向代理服务器域名解析配置实操(linux系统同学看这节)
花花君子
2017-09-17
og /usr/local/nginx/logs/access.log combined;
index index.html index.htm index.jsp index.php;
if ( $query_string ~* ".*[\;'\<\>].*" ){
return 404;
}
location = / {
proxy_pass http://127.0.0.1:8080;
add_header Access-Control-Allow-Origin *; } }
写回答
1回答
-
Geely
2017-09-17
你好,同学,如果你不用centos里的呢~~用外部windows下的浏览器来访问看看如何?
看起来tomcat没解压全呢?里面的css啥的偶没有呢。。。
要不要重装一下tomcat
042017-09-18
相似问题