mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Guess what ... If people manually tweaked their nginx.conf to enable gzip globally, this will break cert renewal ..
This commit is contained in:
parent
43cc1d890e
commit
c5d06af20e
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ location ^~ '/.well-known/acme-challenge/'
|
|||
{
|
||||
default_type "text/plain";
|
||||
alias /tmp/acme-challenge-public/;
|
||||
gzip off;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue