Skip to content

Instantly share code, notes, and snippets.

View alexandreelise's full-sized avatar
💡
Votre Site Web. Augmenté.

Mr Alexandre J-S William ELISÉ alexandreelise

💡
Votre Site Web. Augmenté.
View GitHub Profile
@jmervine
jmervine / 01_nginx.conf
Last active November 27, 2021 16:04
Nginx Based A/B testing.
worker_processes 1;
events {
worker_connections 1024;
}
http {
include /home/t/nginx/conf/mime.types;
default_type application/octet-stream;