kanboard, pixelfed, slskd: replace forceHttps with forceSSL
`forceSSL` is the correct way for enforcing HTTPS for nginx virtual host.
This commit is contained in:
@@ -76,7 +76,7 @@ in
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
enableACME = true;
|
||||
forceHttps = true;
|
||||
forceSSL = true;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -140,7 +140,7 @@ in
|
||||
"pics.''${config.networking.domain}"
|
||||
];
|
||||
enableACME = true;
|
||||
forceHttps = true;
|
||||
forceSSL = true;
|
||||
}
|
||||
'';
|
||||
description = ''
|
||||
|
||||
@@ -45,7 +45,7 @@ in
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
enableACME = true;
|
||||
forceHttps = true;
|
||||
forceSSL = true;
|
||||
}
|
||||
'';
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user