Skip to content

Instantly share code, notes, and snippets.

@maullerz
Created May 13, 2014 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maullerz/df60f719a47ecc14883f to your computer and use it in GitHub Desktop.
Save maullerz/df60f719a47ecc14883f to your computer and use it in GitHub Desktop.
poweruser@bdx-cc-01:/rest/u/apps/sfk-apps-interactive$ cat /etc/nginx/sites-enabled/sfk*
server {
listen 17100 default_server deferred;
root /rest/u/apps/sfk-apps-interactive/current/public;
access_log /var/log/nginx/sfk-apps-interactive-static-access.log;
error_log /var/log/nginx/sfk-apps-interactive-errors.log;
gzip on;
gzip_comp_level 3;
gzip_proxied expired no-cache no-store private auth;
gzip_disable msie6;
client_max_body_size 4G;
autoindex on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment