fix(APPA): set recommended nginx settings
This commit is contained in:
parent
9d4d10f34e
commit
90f2b45ef3
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
virtualHosts."dryb.org" = {
|
||||
useACMEHost = "dryb.org";
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue