From d4ab1756b393d7ce2e1f2096a4a70882cffe035c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 28 Oct 2023 17:56:55 +0200 Subject: [PATCH] fix: files.pub.solar force TLS, remove default site --- hosts/nachtigall/apps/nginx-mastodon-files.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nachtigall/apps/nginx-mastodon-files.nix b/hosts/nachtigall/apps/nginx-mastodon-files.nix index 4ad7e5c..1f615d4 100644 --- a/hosts/nachtigall/apps/nginx-mastodon-files.nix +++ b/hosts/nachtigall/apps/nginx-mastodon-files.nix @@ -7,8 +7,8 @@ in { services.nginx.virtualHosts = { "files.pub.solar" = { - default = true; enableACME = true; + forceSSL = true; locations = { "= /" = {