Skip to content

Instantly share code, notes, and snippets.

View marcioeric's full-sized avatar

Márcio Eric marcioeric

View GitHub Profile
@jujhars13
jujhars13 / proxy.nginx.conf
Last active May 8, 2024 10:33
nginx-mysql-proxy
#sudo wget http://nginx.org/download/nginx-1.9.12.tar.gz
#sudo tar -xvzf nginx-1.9.12.tar.gz
#cd nginx-1.9.12
#sudo apt-get install -y build-essential libpcre3 libpcre3-dev zlib1g-dev
#sudo ./configure --with-stream && sudo make && sudo make install
# /usr/local/nginx/conf/nginx.conf - NGINX configuration file
worker_processes 1;