Skip to content

Instantly share code, notes, and snippets.

View OrniNoor's full-sized avatar

Sefat Noor Orni OrniNoor

View GitHub Profile
@OrniNoor
OrniNoor / nginx.conf
Created July 29, 2020 19:45 — forked from nateware/nginx.conf
Nginx sample config for EC2
#
# Sample nginx.conf optimized for EC2 c1.medium to xlarge instances.
# Also look at the haproxy.conf file for how the backend is balanced.
#
user "nginx" "nginx";
worker_processes 10;
error_log /var/log/nginx_error.log info;