Hello,
Greetings,
I have 2 Aws elasticsearch domains (test/prod). i need to access both kibana dashboard using single nginx reverse proxy server.
can any please help me with nginx config file and steps.
Url :
1) https://elastic-endpoint.test.amazonaws.com;
2) https://elastic-endpoint.prod.amazonaws.com;
need to access both urls using single nginx reverse proxy server(ec2) .
Thanks