synapse/changelog.d
Eric Eastwood bd9a1079bc
Update reverse proxy docs with what we've learned from #17986 (#17994)
Update reverse proxy docs with what we've learned from
https://github.com/element-hq/synapse/pull/17986

Also vice versa and update our nginx config with what I learned from the
reverse proxy docs.

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
2024-12-19 14:00:50 +00:00
..
.gitignore
17846.misc Update Alpine Linux Synapse Package Maintainer within installation.md (#17846) 2024-12-10 22:24:03 +00:00
17849.feature Add email.tlsname config option (#17849) 2024-12-17 18:05:38 -06:00
17916.feature forward requester id to check username for spam callbacks (#17916) 2024-12-13 14:17:41 +00:00
17930.bugfix Fix bug when rejecting withdrew invite with a third_party_rules module (#17930) 2024-12-10 14:26:38 +00:00
17948.feature Add some useful endpoints to Admin API (#17948) 2024-12-16 13:27:34 -06:00
17954.doc Reorganize account data, receipts and presence request regexps in generic_worker docs (#17954) 2024-12-09 10:30:03 -06:00
17964.feature Promote account suspension to stable (#17964) 2024-12-04 17:56:42 -06:00
17976.doc Add last_seen_ts to query user example (#17976) 2024-12-16 17:12:40 -06:00
17983.feature Add macaroon_secret_key_path config option (#17983) 2024-12-16 18:01:33 -06:00
17992.doc Wording improvements for the TaskScheduler (#17992) 2024-12-18 11:42:34 +00:00
17994.doc Update reverse proxy docs with what we've learned from #17986 (#17994) 2024-12-19 14:00:50 +00:00
17996.misc Add RoomID & EventID rust types (#17996) 2024-12-05 15:41:57 +00:00
17998.misc Fix mypy errors on Twisted 24.11.0 (#17998) 2024-12-18 11:49:38 +00:00
17999.misc Bump mypy from 1.11.2 to 1.12.1 and fix new typechecking errors (#17999) 2024-12-18 11:42:17 +00:00