mirror of
https://github.com/kmein/niveum
synced 2026-03-23 05:11:08 +01:00
fix(nextcloud): force ssl, otherwise the acme challenge wont work
This commit is contained in:
@@ -44,7 +44,7 @@ in
|
|||||||
|
|
||||||
services.nginx.virtualHosts."cloud.xn--kiern-0qa.de" = {
|
services.nginx.virtualHosts."cloud.xn--kiern-0qa.de" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Ensure that postgres is running before running the setup
|
# Ensure that postgres is running before running the setup
|
||||||
|
|||||||
Reference in New Issue
Block a user