Skip to content

Instantly share code, notes, and snippets.

View navidurrahman's full-sized avatar

Naveed navidurrahman

View GitHub Profile
@sthomp
sthomp / kibana_nginx.conf
Last active September 11, 2020 09:08
nginx config to proxy connections to kibana on aws
worker_processes 1;
events {
worker_connections 1024;
}
http{
server {
listen 80;
server_name localhost;