Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
javascript files weren’t being gzipped for me until I also added
application/javascript
how about for http2? will it be the same? i would really like to have some idea about HPACK as well.
thanks in advance
Nice tutorial! :) Just one question: Is it superfluous to enable this if I have a Wordpress site on my droplet that already has gzip compression via plugins like W3TC?
i would really like to have some idea about HPACK as well. thanks in advance Muğla Emlak
Isn’t image/jpeg also missing from the example? .jpgs weren’t gzipped until I added that to the list of gzip_types.
I’ve got a problem on Step 2: Failed to connect to localhost port 80: Connection refused Any solution about that? I’ve searched out here in the forum and found lot of similar issues, but not sure about which one I could try. Thanks in advance
Getting this error when I try to update the config file:
“Job for nginx.service failed because the control process exited with error code. See “systemctl status nginx.service” and “journalctl -xe” for details.”
Had this on another DigitalOcean server whith nginx and Laravel installed. Any ideas?
Is there a way to serve compressed files made during build time rather than on the fly as there would be a performance impact each time the files are compressed per request and also per user.