In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-10-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Installation
Yum install zlib zlib-devel openssl openssl-devel pcre pcre-devel gcc gcc-c++ autoconf automake
. / configure-prefix=/usr/local/nginx-with-http_stub_status_module-with-http_ssl_module-with-http_realip_module
Make & & make install
Configure domain name and reverse proxy
1) add a resolution record to Aliyun for domain names that need to be proxied, such as demo.example.com resolution to the corresponding ip.
2) add corresponding resolution configuration to nginx.conf
Upstream tomcat_demo_servers {
Server 192.168.1.101:8080
Server 192.168.1.101:9080
}
Server {
Listen 80
Server_name demo.example.com
Location /
{
Proxy_pass http://tomcat_demo_servers;
Proxy_set_header Host $host
Proxy_set_header X-Real-IP $remote_addr
Proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for
}
}
3) at the end of configuration, accessing demo.example.com in the browser can be forwarded to tomcat_demo_servers by nginx.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.