Skip to content

Instantly share code, notes, and snippets.

@gavinzhou
Last active December 18, 2016 05:34
Show Gist options
  • Save gavinzhou/5ad0f0de213a37125f2924dc20e07972 to your computer and use it in GitHub Desktop.
Save gavinzhou/5ad0f0de213a37125f2924dc20e07972 to your computer and use it in GitHub Desktop.
worker_processes 1;
events {
worker_connections 1024;
}
http {
server {
listen 80 default_server;
server_name orangesys;
location / {
proxy_set_header Host $http_host;
proxy_set_header X-Forward-For $remote_addr;
proxy_pass http://hpihxi-grafana.default;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment