问题描述
- nginx springmvc路径问题
-
nginx怎么配置静态文件(如css,js,png)由nginx处理,而其它动态访问交给后台tomcat处理,最主要的问题在于spring mvc的路径不是像.do/jsp带后缀,所以这样的路径在nginx怎么配置?
解决方案
基于 Nginx XSendfile + SpringMVC 进行文件下载
使用 nginx 作为代理服务器的路径问题
nginx 的web路径权限问题
解决方案二:
参考,http://stackoverflow.com/questions/26705900/nginx-location-match-all-file-extensions-except-php
解决方案三:
nginx中直接指定对应的location匹配路径到对应的目录,这样对于这些路径资源,直接走静态文件处理
时间: 2024-10-30 03:51:01