Skip to content

Instantly share code, notes, and snippets.

@soffes
Created March 25, 2009 14:49
Show Gist options
  • Save soffes/85512 to your computer and use it in GitHub Desktop.
Save soffes/85512 to your computer and use it in GitHub Desktop.
user nginx;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'"$status" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
#sendfile on;
#tcp_nopush on;
keepalive_timeout 65;
charset utf-8;
#expires 4h;
gzip on;
gzip_types text/plain text/xml text/css application/x-javascript;
include 12lists.conf;
include deborahsoffes.conf;
include hollowtheband.conf;
include iturndreamsintosoftware.conf;
include jizzed.conf;
include localizehub.conf;
include mistletoed.conf;
include samsoffes-rails.conf;
include samsoffes.conf;
include uxturtle.conf;
include zerodms.conf;
include trimonix.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment