this post was submitted on 10 Oct 2024
1 points (100.0% liked)

nginx

4 readers
1 users here now

The nginx community on Reddit. Reddit gives you the best of the internet in one place.

founded 1 year ago
MODERATORS
 
The original post: /r/nginx by /u/teammatekiller on 2024-10-10 14:46:47.

first of all, sorry for making you do my homework

I have two NGINX hosts, one is set up as proxy_pass http://my second super secret ip:3333;

other one is set up as proxy_pass http://some real scary government domain:3333;

and there is a host sending data over to my first server

which leads to access_log entries like

source server out of my control IP - - [date] "hexadecimal string" 400 157 "-" "-" "-"

but the second server iptables rules doesn't show any increase in traffic

except if I query with curl to the first server and port - I do get the 502 response from the second server (if I modify the config to reply me something else, like 200 - I do get it)

I don't request you to solve this

but please point me into some troubleshooting direction

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here