-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The conf file to be updated:
Update to add the gzip entries
location / {
proxy_pass http://my_app;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
gzip on;
gzip_proxied any;
gzip_vary on;
gzip_min_length 500;
gzip_types text/plain text/css
text/comma-separated-values
text/javascript application/x-javascript
application/javascript application/json;
# text/html is included by default
}
Metadata
Metadata
Assignees
Labels
No labels