Welcome!
Log In
Create A New Profile
Home
>
Mailing Lists
>
Nginx Mailing List - English
> Topic
Advanced
Re: gzip if in location example
Previous Message
Next Message
Forum List
Message List
New Topic
Print View
itpp2012
August 08, 2014 05:54AM
Admin
Registered: 12 years ago
Posts: 1,298
This I suppose:
location / {
try_files $uri $uri/ =404;
if ($scheme = http) { gzip on; }
index index.html index.htm;
}
Reply
Quote
RSS
Subject
Author
Posted
gzip if in location example
itpp2012
August 08, 2014 05:33AM
Re: gzip if in location example
itpp2012
August 08, 2014 05:54AM
Sorry, only registered users may post in this forum.
Click here to login
Online Users
Guests: 133
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024