Skip to content

Instantly share code, notes, and snippets.

View lixxdee's full-sized avatar
💭
Oh, my code!

Artem Mayer lixxdee

💭
Oh, my code!
View GitHub Profile
@lixxdee
lixxdee / nginx.conf
Created October 14, 2021 14:09 — forked from unixcharles/nginx.conf
nginx config for http/https proxy to localhost:3000
#user nobody;
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;