Skip to content

Instantly share code, notes, and snippets.

View tuunit's full-sized avatar

Jan Larwig tuunit

View GitHub Profile
@tuunit
tuunit / nginx.conf
Created December 5, 2024 10:54
docker upstream manifest caching
user nginx;
worker_processes 10;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}