Преглед изворни кода

Merge pull request #3107 from rubencabrera/master

Update broken links in reverse proxies docs
synapse-cache-tuning
Slavi Pantaleev пре 2 година
committed by GitHub
родитељ
комит
a7dfafbd95
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 измењених фајлова са 5 додато и 5 уклоњено
  1. +1
    -1
      examples/reverse-proxies/apache/README.md
  2. +1
    -1
      examples/reverse-proxies/caddy2/README.md
  3. +1
    -1
      examples/reverse-proxies/haproxy/README.md
  4. +2
    -2
      examples/reverse-proxies/nginx/README.md

+ 1
- 1
examples/reverse-proxies/apache/README.md Прегледај датотеку

@@ -4,7 +4,7 @@ This directory contains sample files that show you how to front the integrated [


## Prerequisite configuration ## Prerequisite configuration


To get started, first follow the [front the integrated reverse-proxy webserver with another reverse-proxy](../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) instructions and update your playbook's configuration (`inventory/host_vars/matrix.<your-domain>/vars.yml`).
To get started, first follow the [front the integrated reverse-proxy webserver with another reverse-proxy](../../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) instructions and update your playbook's configuration (`inventory/host_vars/matrix.<your-domain>/vars.yml`).


## Using the Apache configuration ## Using the Apache configuration




+ 1
- 1
examples/reverse-proxies/caddy2/README.md Прегледај датотеку

@@ -5,7 +5,7 @@ This directory contains a sample config that shows you how to front the integrat


## Prerequisite configuration ## Prerequisite configuration


To get started, first follow the [front the integrated reverse-proxy webserver with another reverse-proxy](../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) instructions and update your playbook's configuration (`inventory/host_vars/matrix.<your-domain>/vars.yml`).
To get started, first follow the [front the integrated reverse-proxy webserver with another reverse-proxy](../../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) instructions and update your playbook's configuration (`inventory/host_vars/matrix.<your-domain>/vars.yml`).




## Using the Caddyfile ## Using the Caddyfile


+ 1
- 1
examples/reverse-proxies/haproxy/README.md Прегледај датотеку

@@ -4,6 +4,6 @@ This directory contains sample files that show you how to do reverse-proxying us


This is for when you wish to have your own HAproxy instance sitting in front of Matrix services installed by this playbook. This is for when you wish to have your own HAproxy instance sitting in front of Matrix services installed by this playbook.


We recommend that you use HAProxy in front of Traefik. See our [Fronting the integrated reverse-proxy webserver with another reverse-proxy](../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) documentation.
We recommend that you use HAProxy in front of Traefik. See our [Fronting the integrated reverse-proxy webserver with another reverse-proxy](../../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) documentation.


You can then use the configuration files from this directory as an example for how to configure your HAproxy reverse proxy. You can then use the configuration files from this directory as an example for how to configure your HAproxy reverse proxy.

+ 2
- 2
examples/reverse-proxies/nginx/README.md Прегледај датотеку

@@ -5,7 +5,7 @@ This directory contains a sample config that shows you how to use the [nginx](ht


## Prerequisite configuration ## Prerequisite configuration


To get started, first follow the [front the integrated reverse-proxy webserver with another reverse-proxy](../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) instructions and update your playbook's configuration (`inventory/host_vars/matrix.<your-domain>/vars.yml`).
To get started, first follow the [front the integrated reverse-proxy webserver with another reverse-proxy](../../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) instructions and update your playbook's configuration (`inventory/host_vars/matrix.<your-domain>/vars.yml`).




## Using the nginx configuration ## Using the nginx configuration
@@ -14,4 +14,4 @@ Copy the [matrix.conf](matrix.conf) file to your nginx server's filesystem, modi


This configuration **disables SSL certificate retrieval**, so you will **need to obtain SSL certificates manually** (e.g. by using [certbot](https://certbot.eff.org/)) and set the appropriate path in `matrix.conf`. In the example nginx configuration, a single certificate is used for all subdomains (`matrix.DOMAIN`, `element.DOMAIN`, etc.). For your setup, may wish to change this and use separate `server` blocks and separate certificate files for each host. This configuration **disables SSL certificate retrieval**, so you will **need to obtain SSL certificates manually** (e.g. by using [certbot](https://certbot.eff.org/)) and set the appropriate path in `matrix.conf`. In the example nginx configuration, a single certificate is used for all subdomains (`matrix.DOMAIN`, `element.DOMAIN`, etc.). For your setup, may wish to change this and use separate `server` blocks and separate certificate files for each host.


Also note that your copy of the `matrix.conf` file has to be adapted to whatever services you are using. For example, remove `element.domain.com` from the `server_name` list if you don't use [Element](../../docs/configuring-playbook-client-element.md) web client or add `dimension.domain.com` to it if you do use the [Dimension](../../docs/configuring-playbook-dimension.md) integration manager.
Also note that your copy of the `matrix.conf` file has to be adapted to whatever services you are using. For example, remove `element.domain.com` from the `server_name` list if you don't use [Element](../../../docs/configuring-playbook-client-element.md) web client or add `dimension.domain.com` to it if you do use the [Dimension](../../../docs/configuring-playbook-dimension.md) integration manager.

Loading…
Откажи
Сачувај