You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies for the late response - I will incorporate gzip. I'm not too sure about expires, we could probably do it for all content due to it's static nature, what do you think?
Hm, actually I do believe gzip is on for dokku by default (defined by /etc/nginx/nginx.conf) - does it need to be done twice / should it be done at a buildpack level?
The gzip_proxied directive should apply to the docker requests but I know when I deployed a static site to my dokku install a few months ago I was not getting gzipped requests back (I also don't believe gzip_static is enabled by default). I ended up having to specify an nginx.conf in the project repo to get gzip support.
Would like to request enabling basic gzip settings/expire headers in the nginx config by default:
The text was updated successfully, but these errors were encountered: