Skip to content

Instantly share code, notes, and snippets.

View meanother's full-sized avatar
🦖

Semenov Artur meanother

🦖
View GitHub Profile
@meanother
meanother / gateway.conf
Created December 19, 2025 13:24
Nginx mirror
server {
listen 8080;
gzip on;
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_min_length 256;
gzip_types