Search found 1 match
- Thu Jan 22, 2015 5:56 pm
- Forum: Веб сервер
- Topic: ngnix gzip
- Replies: 6
- Views: 10132
Re: ngnix gzip
Replace current the gzip_types (In nginx.conf) with this: text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml application/x-font-ttf font/opentype; and then restart nginx and run PageSpeed again. It works for me. In c...