forked from wurzel/fruitbasket
ssl for the website
This commit is contained in:
parent
f8684b8be9
commit
aaf49311fc
2 changed files with 2 additions and 5 deletions
|
@ -32,6 +32,8 @@ in
|
|||
|
||||
services.nginx = rec {
|
||||
virtualHosts.${www-domain} = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/srv/web/ifsrde";
|
||||
locations = {
|
||||
"= /" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue