Skip to content

Commit

Permalink
nginx conf enable gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
intval committed Jul 19, 2012
1 parent f3c0019 commit b818928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .nginx.conf
Expand Up @@ -15,7 +15,7 @@ server
#listen 80; ## listen for ipv4; this line is default and implied
listen [::]:80; ## default ipv6only=on; ## listen for ipv6


gzip on;
index index.php;

server_name phpguide.co.il;
Expand Down
3 changes: 0 additions & 3 deletions test.php

This file was deleted.

0 comments on commit b818928

Please sign in to comment.