1 2 3 4 5 6 7 8 9
server { listen {{ grafana_port_out }}; root /usr/share/nginx/html; index index.html index.htm; location / { proxy_pass http://127.0.0.1:{{ grafana_port }}/; } }