Get the most out of your Centmin Mod LEMP stack
Become a Member

Use the special mask “msie6”

Discussion in 'Feature Requests & Suggestions' started by rdan, Oct 22, 2018.

  1. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    6:35 PM
    Mainline
    10.2
    Code:
    gzip_disable msie6;
    More Info: Module ngx_http_gzip_module

    The special mask “msie6” (0.7.12) corresponds to the regular expression “MSIE [4-6]\.”, but works faster. Starting from version 0.8.11, “MSIE 6.0; ... SV1” is excluded from this mask.


    centminmod/centminmod
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,917
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:35 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    nice catch so edit /usr/local/nginx/conf/nginx.conf and change

    from
    Code (Text):
    gzip_disable "MSIE [1-6]\.";
    

    to
    Code (Text):
    gzip_disable msie6;
    

    FYI, this settings hasn't been touched in 5 yrs until now :)
     
  3. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    6:35 PM
    Mainline
    10.2
    I tried to push a commit on github but for some reason it disappear :/.
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,917
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:35 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Github is haven't storage issues IIRC they are/were in mist of failing over their storage systems - caused all my Gist code edits to serve stale older versions as my edits all disappeared and reappeared later on.
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,917
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:35 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    really messy GitHub Status (@githubstatus) | Twitter

    upload_2018-10-23_4-2-55.png

    so will probably wait until github sorts out their issues before pushing centmin mod committ updates to github :)

    October 21 Incident Report