@GerMalaz wrote:
frontend https
bind *:443 ssl …
server local 127.0.0.1:8080 send-proxy-v2frontend http
bind *:80
bind 127.0.0.1:8080 accept-proxy
…in http, how to check how client connected?
Using nginx behind, setting X-Forwarded-Proto (and Forwarded when available).frontend https sets them.
want to kill them if client is connecting via http but setting the header(s).Thanks in advance,
Gerardo
Posts: 1
Participants: 1