Skip to content

Instantly share code, notes, and snippets.

View ewdurbin's full-sized avatar
🌮
eatin' tacos

Ee Durbin ewdurbin

🌮
eatin' tacos
View GitHub Profile
@dctrwatson
dctrwatson / nginx.conf
Last active April 28, 2024 10:26
Caching PyPi packages locally with nginx
user www-data;
worker_processes 4;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}