Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Created January 9, 2023 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VirtuBox/824f8231f0e8f4a88950af5b1d41912c to your computer and use it in GitHub Desktop.
Save VirtuBox/824f8231f0e8f4a88950af5b1d41912c to your computer and use it in GitHub Desktop.
Enable brotli on WordOps
sudo mv /etc/nginx/conf.d/brotli.conf.disabled /etc/nginx/conf.d/brotli.conf
sudo mv /etc/nginx/conf.d/gzip.conf /etc/nginx/conf.d/gzip.conf.disabled
sudo nginx -t && sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment