Enable gzip
This commit is contained in:
parent
c98ea7a17b
commit
25a2b8c695
@ -48,6 +48,8 @@
|
|||||||
user nginx nginx;
|
user nginx nginx;
|
||||||
daemon off;
|
daemon off;
|
||||||
error_log /dev/stdout info;
|
error_log /dev/stdout info;
|
||||||
|
gzip on;
|
||||||
|
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||||
pid /dev/null;
|
pid /dev/null;
|
||||||
events {}
|
events {}
|
||||||
http {
|
http {
|
||||||
|
Loading…
Reference in New Issue
Block a user