diff options
| author | Luke Hoersten <[email protected]> | 2021-07-19 20:32:56 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-19 20:32:56 -0500 |
| commit | 34672aa5296c8dd6293b5e6460cbd097c37203f8 (patch) | |
| tree | de7b9fd9b5398aa0bd1a41852111b14403bee0d6 /pleroma | |
| parent | b8a91813ec86478143d2bca75f8bc937fab274e5 (diff) | |
Removed matrix specific locations from pleroma nginx config.
Diffstat (limited to 'pleroma')
| -rw-r--r-- | pleroma/otp/templates/pleroma.cloudflare.index.nginx.conf.j2 | 8 |
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; } |
