Hello,
I have a demio cluster with 2 coords and 5 workers.
When I connect directly to the master coordinator everything works fine, but when I connect through a nginx reverse proxy the Dremio logo turns gray, datasets don’t work and I receive the following alert:
I have followed the documentation to configure my nginx proxy as follows:
I have tried 2 ways:
-
From nginx port 80 to the default dremio port (9047)
-
From nginx port 8080 to port 8080 in dremio changing it to dremio.conf as follows:
I have opened the following sockets in the Azure firewall associated with Dremio and nginx VMs:
- nginx: 80, 8080 (for the second way)
- Dremio: 9047, 8080 (for the second way), 31010, 45678 (zookeeper is external).
What am I doing wrong?