-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapweb behind ngnx proxy - client IP #54
Comments
the following nginx config is working for me. it contains ssl transport encryption and a basic auth (which is configured in .htpasswd file).
|
You are setting the "X-real-Ip" to |
Hello I've been trying to fix the information on the web about client real IP behinds the proxy, but app constantly shows NGX NPM IP (one ip), instead of the client's, here is my setup (few versions i have tried):
` location / {
set $upstream http://192.168.xxxx:1780;
proxy_pass $upstream;
do you know how i can pass Client real IP to the Snapcast behind proxy?
The text was updated successfully, but these errors were encountered: