I am trying to setup a nginx proxy with influxdb. I want all users to hit Nginx while routing all requests to influxdb.
The setup will be like this:
User → Nginx <-> Influxdb
The user will hit “http://server/influx”
Does anyone have a sample setup for this?