Skip to content

Instantly share code, notes, and snippets.

View willmitchell's full-sized avatar

Will Mitchell willmitchell

  • Developer
  • Virginia, USA
View GitHub Profile
@nateware
nateware / nginx.conf
Last active November 23, 2021 10:54
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;