After the nginx map is forwarded, the java gets the. Become a _ 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/;
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b356b7-2bfbe.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b356b7-2bfbe.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?