Carson Reinke's Headshot

Carson Reinke's Blog 🚗☀☔🔑

How can I check that the nginx gzip_static module is working?

How can I check that the nginx gzip_static module is working?

I was looking for a way to verify gzip_static was working correctly. However, using this I was actually able to optimize my Nginx configuration file.

One for the grab bag.

dtruss -p pgrep -f “^nginx: worker process”``

link