server {
listen 80;
server_name 1.goal.cn;
index index index.html index.htm index.jsp;
root /www/server/tomcat/1/ROOT/;
location / {
proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
access_log /www/wwwlogs/1.access.log;
}
server {
listen 80;
server_name 2.goal.cn;
index index index.html index.htm index.jsp;
root /www/server/tomcat/2/ROOT/;
location / {
proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
access_log /www/wwwlogs/2.access.log;
}
nginx多站路由配置tomcat
相關文章
- nginx多站點配置Nginx
- Nginx 站點配置多目錄管理Nginx
- nginx+tomcat單個域名及多個域名配置NginxTomcat
- tomcat 配置nginx 反向代理TomcatNginx
- 配置Nginx反向代理TomcatNginxTomcat
- nginx伺服器下配置多個站點的方法Nginx伺服器
- Nginx/Httpd負載均衡tomcat配置Nginxhttpd負載Tomcat
- Nginx多層代理配置Nginx
- ubuntu14.04 lnmp nginx 虛擬主機(多站點 多域名) 配置UbuntuLNMPNginx
- ubuntu20安裝nginx支援多站點及代理配置UbuntuNginx
- 多網路卡路由出口配置路由
- nginx網站標準配置Nginx網站
- Java Web之Nginx+Tomcat+Memcached配置JavaWebNginxTomcat
- Nginx 多 Laravel 專案配置NginxLaravel
- nginx+tomcat負載均衡配置 火推NginxTomcat負載
- nginx+tomcat反向代理負載均衡配置NginxTomcat負載
- 配置apache和nginx的tomcat負載均衡ApacheNginxTomcat負載
- Docker Nginx 配置多個子域名DockerNginx
- nginx讓多個tomcat實現負載均衡NginxTomcat負載
- SSL基礎知識及Nginx/Tomcat配置SSLNginxTomcat
- 005.Nginx配置下載站點Nginx
- Nginx配置網站預設httpsNginx網站HTTP
- laravel學習之nginx配置站點LaravelNginx
- MyEclipse同時配置多個tomcatEclipseTomcat
- Tomcat6.0 配置多埠訪問Tomcat
- Nginx的安裝和多域名配置Nginx
- Tomcat配置及網站建立教程(IDEA)Tomcat網站Idea
- 配置tomcat,使得一臺主機執行多個tomcat容器Tomcat
- NGINX生產環境反向代理到後端tomcat配置Nginx後端Tomcat
- openresty/nginx配置多個conf檔案RESTNginx
- 利用nginx 配置vue多專案環境NginxVue
- 使用nginx配置多個phpfastcgi負載均衡NginxPHPAST負載
- Java配置17-配置Nginx代理多個前端專案JavaNginx前端
- 做一個有產品思維的研發:部署(Tomcat配置,Nginx配置,JDK配置)TomcatNginxJDK
- nginx rails 詳細站點配置入門教程NginxAI
- Nginx+Tomcat多站點訪問預設主頁問題-狒狒完美解決-Q9715234NginxTomcat
- Docker 中使用 Nginx 代理多個應用站點DockerNginx
- Apache配置多個網站的方法Apache網站