diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-07-11 06:18:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 06:18:14 +0900 |
| commit | c2ab3a15f435fe9c022f94f6e6015b0e9e3fb12f (patch) | |
| tree | 88489549e92359decf436248df54c97f22c92342 /docs/examples | |
| parent | Fix #6513 キャッシュされてないリモートファイルのURLが相... (diff) | |
| download | sharkey-c2ab3a15f435fe9c022f94f6e6015b0e9e3fb12f.tar.gz sharkey-c2ab3a15f435fe9c022f94f6e6015b0e9e3fb12f.tar.bz2 sharkey-c2ab3a15f435fe9c022f94f6e6015b0e9e3fb12f.zip | |
Fix #6397 Mastodon v2.5.0未満からのActivityが受け取れない (#6518)
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/misskey.nginx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/misskey.nginx b/docs/examples/misskey.nginx index 382a4edf90..6ed51f020c 100644 --- a/docs/examples/misskey.nginx +++ b/docs/examples/misskey.nginx @@ -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; |