feat: add more nginx recommended settings
This commit is contained in:
parent
f48782e987
commit
4897317f4f
|
@ -15,7 +15,10 @@ in {
|
|||
proxyCachePath.cache = {
|
||||
enable = true;
|
||||
};
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
|
|
Loading…
Reference in a new issue