nginx-gzip

nginx-gzip #

text
# Auto set Content-Encoding gzip and send .gz file when exists
gzip_static on;
2023年11月21日