fix(#1155): enable recommendedTlsSettings + recommendedGzipSettings in gateway nginx
This commit is contained in:
parent
fb93cbf5c2
commit
d2298e183b
1 changed files with 2 additions and 0 deletions
|
|
@ -602,6 +602,8 @@ in
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
# Accept-header SPA fallback: navigations
|
||||
# (`Accept: text/html,...`) fall to index.html, asset
|
||||
|
|
|
|||
Loading…
Reference in a new issue