Skip to content

Instantly share code, notes, and snippets.

View vl-ivanov's full-sized avatar
🥃
Working from home

Vladimir Ivanov vl-ivanov

🥃
Working from home
View GitHub Profile
@vl-ivanov
vl-ivanov / nginx.conf
Created September 17, 2017 00:11 — forked from sj26/nginx.conf
Proxy mailcatcher with nginx including WebSockets
daemon off;
error_log stderr;
events {
worker_connections 1024;
}
http {
# As suggested in http://nginx.org/en/docs/http/websocket.html
map $http_upgrade $connection_upgrade {