Skip to content

Commit a9ca357

Browse files
committed
enable gzip in nginx example
1 parent 6523943 commit a9ca357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nginx/app/config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ http {
3030

3131
keepalive_timeout 65;
3232

33-
#gzip on;
33+
gzip on;
3434

3535
include /etc/nginx/conf.d/*.conf;
3636
}

0 commit comments

Comments
 (0)