example
location abc.efg.com{
proxy_pass http://122.22.22.22:2222/;
}
after java request gets the address, it becomes avc_efg_com
the gods solve the problem
example
location abc.efg.com{
proxy_pass http://122.22.22.22:2222/;
}
after java request gets the address, it becomes avc_efg_com
the gods solve the problem
abc.efg.com
domain names are generally placed in
server {
listen 80;
server_name abc.efg.com;
this position.
then
localtion /{
proxy_pass http://122.22.22.22:2222/;
}
Previous: How to use wepy intercept?
Next: What happens when multiple absolute positioning elements are put together?