1. server {
    2. listen 8081;
    3. server_name imongol.com;
    4. location /grafana {
    5. proxy_pass http://localhost:3000;
    6. }
    7. }