ssl for all
This commit is contained in:
parent
49c0239b48
commit
f871f979a1
4 changed files with 11 additions and 0 deletions
|
|
@ -33,5 +33,9 @@ in
|
|||
hostname = "bookstack.wanderingcrow.net";
|
||||
database.createLocally = true;
|
||||
appKeyFile = config.sops.secrets."bookstack/key".path;
|
||||
nginx = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "bookstack.wanderingcrow.net";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue