Enable gzip for nginx

This commit is contained in:
intrigus-lgtm
2023-06-12 23:52:48 +02:00
committed by GitHub
parent dd20786b84
commit 4b4847e600

View File

@@ -15,6 +15,8 @@ http {
server {
gzip on;
listen 80;
client_max_body_size 4G;