GZIP everything
This commit is contained in:
parent
bee06f0dc4
commit
b856810e78
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ http {
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
|
|
||||||
|
gzip_types *;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
Loading…
Reference in a new issue