Java代码
- 업스트림 Tomcat_server {
- 서버 127.0. 0.1:8080;
- }
-
- 서버 {
- 들어보세요 80;
- server_name localhost;
- 루트 D:workmy-project;
-
- 위치 / {
- index index.jsp;
- }
- 위치 /j_spring_security_check {
- proxy_ set_header 호스트 $host;
- proxy_set_header X-Forwarded-For $remote_addr;
- proxy_pass http://tomcat_server;
- }
- 위치 ~ .*.(jsp|do)$ {
-
- proxy_set_header 호스트 $host;
- proxy_set_header X-Forwarded-For $remote_addr;
- proxy_pass http://tomcat_server;
- }
-
- 위치 ~ .*.(gif|jpg|jpeg|png|bmp|swf|js|css|html)$ #设定访问静态文件直接读取经过tomcat
- {
- 30일 만료됩니다.
- }
-
위치 ~ ^/(WEB-INF)/ { #这个很중要,不然用户就可以访问了
- 모두 거부;
- }
- error_page 500 502 503 504 /50x.html;
- 위치 = /50x.html {
- 루트 html;
- }
- }
以上就介绍了nginx tomcat 配置,静态资源直接使用nginx, 包括了tomcat 配置方面的内容,希望对PHP教程有兴趣的朋友有所帮助。