From 34672aa5296c8dd6293b5e6460cbd097c37203f8 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 19 Jul 2021 20:32:56 -0500 Subject: Removed matrix specific locations from pleroma nginx config. --- pleroma/otp/templates/pleroma.cloudflare.index.nginx.conf.j2 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pleroma') diff --git a/pleroma/otp/templates/pleroma.cloudflare.index.nginx.conf.j2 b/pleroma/otp/templates/pleroma.cloudflare.index.nginx.conf.j2 index 5acafdb..7eccab5 100644 --- a/pleroma/otp/templates/pleroma.cloudflare.index.nginx.conf.j2 +++ b/pleroma/otp/templates/pleroma.cloudflare.index.nginx.conf.j2 @@ -38,14 +38,6 @@ server { # the nginx default is 1m, not enough for large media uploads client_max_body_size 16m; - location /.well-known { - return 404; - } - - location /_matrix { - return 404; - } - location = / { return 301 http://www.$host$request_uri; } -- cgit v1.2.3