Browse Source

Merge pull request #1344 from aaronraimist/patch-1

Fix link to nginx files in configuring-playbook-own-webserver.md
pull/1347/head^2
Slavi Pantaleev 4 years ago
committed by GitHub
parent
commit
7595adb91d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/configuring-playbook-own-webserver.md

+ 1
- 1
docs/configuring-playbook-own-webserver.md View File

@@ -71,7 +71,7 @@ After following the [Preparation](#preparation) guide above, you can take a loo


### Using another external webserver ### Using another external webserver


Feel free to look at the [examples/apache](../examples/apache) directory, or the [template files in the matrix-nginx-proxy role](../roles/matrix-nginx-proxy/templates/conf.d/).
Feel free to look at the [examples/apache](../examples/apache) directory, or the [template files in the matrix-nginx-proxy role](../roles/matrix-nginx-proxy/templates/nginx/conf.d/).




## Method 2: Fronting the integrated nginx reverse-proxy webserver with another reverse-proxy ## Method 2: Fronting the integrated nginx reverse-proxy webserver with another reverse-proxy


Loading…
Cancel
Save