-
Notifications
You must be signed in to change notification settings - Fork 79
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
Test config not working #144
Comments
HI, richbai90
Do u have this problem ? |
Hi Yullin, you can use |
@wtakase thanks very much , I was stuck with this for very long time, It's a great help. |
and ,your nginx config about x-proxy-user should be "proxy_set_header X-PROXY-USER $remote_user;" |
For some reason I cannot get the test config to work as implemented in the readme. I'm not bothering with authorization at the moment, just setting the X-Proxy-User header and moving on, simply to test that the config is working.
Here are my configs:
nginx
kibana
Kibana Elasticsearch and nginx all run in docker using docker-compose. Nginx is exposed to my local machine on port 80. I can see that the headers are set correctly
But when I go to own home I get nothing
Have I missed anything?
The text was updated successfully, but these errors were encountered: