79125286

Date: 2024-10-25 10:31:33
Score: 1.5
Natty:
Report link

You can add proxy_set_header Host domain2.com in your location

location / {
   proxy_pass http://domain1.com/test/;
   proxy_set_header Host domain2.com
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: userbana