From d31bbc303b4938892406ca937026e9a57514f628 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 31 Aug 2023 15:28:26 -0700 Subject: [PATCH] Surely :80 is default? --- nextcloud-container.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index 0c17601..acd6798 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -152,7 +152,6 @@ in { recommendedProxySettings = true; upstreams.php-handler.extraConfig = "server nextcloud:9000;"; virtualHosts."localhost" = { - listen = [{ port = 80; }]; extraConfig = '' add_header Referrer-Policy "no-referrer" always; add_header X-Content-Type-Options "nosniff" always;