Skip to content

Instantly share code, notes, and snippets.

@JHibbard
JHibbard / nginx.conf
Created February 21, 2018 18:09 — forked from zonca/nginx.conf
Jupyterhub NGINX reverse proxy with SSL, replace HOSTNAME with a hostname or _
ser www-data;
worker_processes 4;
pid /run/nginx.pid;
events {
worker_connections 1024;
}
http {