Nginx enables Gzip compression

Enable Gzip compression for your website, effectively save 30% traffic and improve access speed! Gzip is a technology for website compression acceleration. After it is enabled, it can speed up the opening speed of our website. The principle is that after the server compresses, the client browser quickly decompresses it, which can greatly reduce the website traffic. After Nginx enables the Gzip compression function, it will greatly improve nginx access performance!

Google Cloud Google Cloud Server Configuration LNMP Environment PHP+Mysql+Nginx Installation Detailed Explanation

Google Cloud Server Configuration If you want to do your job well, you must first sharpen your tools. Sharpening the knife makes the work easier. First build the server LNMP environment, then build the web site. Without a good PHP environment, there will be more trouble later. I have talked about manually installing and deploying the PHP environment before. Today, I will talk about how to use the dnf command on the Google Cloud Server to manually install the PHP+Mysql+Nginx environment without using a third-party panel.