Skip to content

Instantly share code, notes, and snippets.

View rickythefox's full-sized avatar
🇸🇪
CET

rickythefox rickythefox

🇸🇪
CET
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;
@y3rsh
y3rsh / CustomRules.js
Created June 29, 2011 17:12
Fiddler Custom Rules
import System;
import System.IO;
import System.Windows.Forms;
import Microsoft.VisualBasic;
import Fiddler;
// GLOBALIZATION NOTE:
// Be sure to save this file with UTF-8 Encoding if using any non-ASCII characters
// in strings, etc.
//