How serve pre-gzipped string via NGINX?

前端 未结 0 852
刺人心
刺人心 2021-02-08 06:26

This is my simple location on nginx config:

    location / {
            add_header Content-Encoding gzip;
            default_type text/html;
            return          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题