Skip to content

Instantly share code, notes, and snippets.

View AlphaBs's full-sized avatar
🎯
Focusing

권세인 AlphaBs

🎯
Focusing
View GitHub Profile
@bsingr
bsingr / nginx.conf
Last active October 23, 2023 05:46
Shadow traffic duplication reverse proxy
daemon off;
error_log /dev/stderr warn;
worker_processes 4;
events {
worker_connections 1024;
multi_accept on;
}