src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma/otp
diff options
context:
space:
mode:
Diffstat (limited to 'pleroma/otp')
-rw-r--r--pleroma/otp/templates/pleroma.cloudflare.index.nginx.conf.j28
1 files changed, 0 insertions, 8 deletions
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;
}