Fix #6397 Mastodon v2.5.0未満からのActivityが受け取れない (#6518)

This commit is contained in:
MeiMei 2020-07-11 06:18:14 +09:00 committed by GitHub
parent a100e13a18
commit c2ab3a15f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Accept-Encoding "";
proxy_http_version 1.1;
proxy_redirect off;