Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop: (249 commits) Add a test for accounts/update_credentials Fix activity deletion Add emoji support in statuses in staticfe AccountView: fix for other forms of <br> in bio Mastodon API Account view: Remove an outdated hack Improved in-test `clear_config/n` applicability (setup / setup_all / in-test usage). restrict_unauthenticated setting include_types parameter in /api/v1/notifications remove federated testing Improved in-test config management functions. Fix ssl option on Ecto config breaking release Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials`, `GET /api/pleroma/admin/users/:nickname/credentials`. Admin API: `PATCH /api/pleroma/admin/users/:nickname/change_password` removing with_move parameter Improve documentation of mrf_object_age gitlab: create templates for bug reports and release MRs warnings fix removing from descriptions.exs deprecated settings fix for content-type header for tag feed adding rss for user feed ...
This commit is contained in:
commit
5ca35e1251
1922 changed files with 7979 additions and 4309 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Pleroma: A lightweight social networking server
|
||||
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
|
||||
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
project_id="74"
|
||||
project_branch="rebase/glitch-soc"
|
||||
|
|
|
|||
|
|
@ -90,8 +90,6 @@ server {
|
|||
proxy_ignore_client_abort on;
|
||||
proxy_buffering on;
|
||||
chunked_transfer_encoding on;
|
||||
proxy_ignore_headers Cache-Control;
|
||||
proxy_hide_header Cache-Control;
|
||||
proxy_pass http://127.0.0.1:4000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue