synapse-product/docs
colonelkrud d9a02d1201 Add AllowEncodedSlashes to apache (#5068)
* Add AllowEncodedSlashes to apache

Add `AllowEncodedSlashes On` to apache config to support encoding for v3 rooms. "The AllowEncodedSlashes setting is not inherited by virtual hosts, and virtual hosts are used in many default Apache configurations, such as the one in Ubuntu. The workaround is to add the AllowEncodedSlashes setting inside a <VirtualHost> container (/etc/apache2/sites-available/default in Ubuntu)." Source: https://stackoverflow.com/questions/4390436/need-to-allow-encoded-slashes-on-apache

* change allowencodedslashes to nodecode
2019-05-09 23:27:04 +01:00
..
admin_api Remove the requirement to authenticate for /admin/server_version. (#5122) 2019-05-07 09:29:30 +01:00
privacy_policy_templates/en
sphinx
.sample_config_header.yaml Reword the sample config header to be less scary (#4801) 2019-03-07 07:09:01 +00:00
ACME.md Fix nginx example in ACME doc. (#4923) 2019-03-25 09:59:36 +00:00
ancient_architecture_notes.rst
application_services.rst
architecture.rst
CAPTCHA_SETUP.rst
code_style.rst
consent_tracking.md
federate.md fix some typos in federate.md 2019-03-15 09:43:24 +00:00
log_contexts.rst
manhole.md
media_repository.rst
metrics-howto.rst
MSC1711_certificates_FAQ.md Config option for verifying federation certificates (MSC 1711) (#4967) 2019-04-25 14:22:49 +01:00
password_auth_providers.rst Support 3PID login in password providers (#4931) 2019-03-26 17:48:30 +00:00
postgres.rst Add note on tuning postgres 2019-03-19 16:05:32 +00:00
README.rst
replication.rst
reverse_proxy.rst Add AllowEncodedSlashes to apache (#5068) 2019-05-09 23:27:04 +01:00
sample_config.yaml add options to require an access_token to GET /profile and /publicRooms on CS API (#5083) 2019-05-08 18:26:56 +01:00
server_notices.md Add admin api for sending server_notices (#5121) 2019-05-02 11:59:16 +01:00
tcp_replication.rst Fix tightloop over connecting to replication server 2019-02-26 15:05:41 +00:00
turn-howto.rst
url_previews.md
user_directory.md
workers.rst Only handle GET requests for /push_rules 2019-04-15 18:51:48 +01:00

All matrix-generic documentation now lives in its own project at

github.com/matrix-org/matrix-doc.git

Only Synapse implementation-specific documentation lives here now
(together with some older stuff will be shortly migrated over to matrix-doc)