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 = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
|
recommendedTlsSettings = true;
|
||||||
|
recommendedGzipSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
# Accept-header SPA fallback: navigations
|
# Accept-header SPA fallback: navigations
|
||||||
# (`Accept: text/html,...`) fall to index.html, asset
|
# (`Accept: text/html,...`) fall to index.html, asset
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue