Skip to content

Instantly share code, notes, and snippets.

View LittleFox94's full-sized avatar
🏳️‍⚧️
trans rights are human rights

Mara Sophie Grosch LittleFox94

🏳️‍⚧️
trans rights are human rights
View GitHub Profile
@LittleFox94
LittleFox94 / nginx.conf
Created June 11, 2020 22:27 — forked from regadas/nginx.conf
nginx cached forward proxy #example
user www-data;
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 2048;
multi_accept on;
use epoll;
}
@LittleFox94
LittleFox94 / nginx.conf
Created June 11, 2020 22:27 — forked from regadas/nginx.conf
nginx cached forward proxy #example
user www-data;
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 2048;
multi_accept on;
use epoll;
}