Skip to content

Instantly share code, notes, and snippets.

@sergiolopes
Created April 7, 2016 15:02
Embed
What would you like to do?
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