From aceef36e5675253b32b0be4322b055e98a0154e7 Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Sun, 14 Jan 2018 10:57:25 +0000 Subject: [PATCH] Correct pleroma.nginx --- installation/pleroma.nginx | 2 -- 1 file changed, 2 deletions(-) diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 4e88a426d..92ed8f32e 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -34,6 +34,4 @@ server { proxy_pass http://localhost:4000; } - include snippets/well-known.conf; - }