Skip to content

Instantly share code, notes, and snippets.

@sergiolopes
Created April 7, 2016 15:02
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 sergiolopes/8a6fb2eddc7452a9e2eb857b622fecd3 to your computer and use it in GitHub Desktop.
Save sergiolopes/8a6fb2eddc7452a9e2eb857b622fecd3 to your computer and use it in GitHub Desktop.
config de server static simples com gzip
server {
listen 3030;
root /Users/alura/performance-web/site;
gzip on;
gzip_types text/css application/javascript image/svg+xml;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment