Parcourir la source

Update configuring-playbook-ngnix.md

pull/234/head
Slavi Pantaleev il y a 6 ans
committed by GitHub
Parent
révision
f97175a1c6
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      docs/configuring-playbook-ngnix.md

+ 2
- 2
docs/configuring-playbook-ngnix.md Voir le fichier

@@ -12,9 +12,9 @@ This will serve a statuspage to the hosting machine only. Useful for monitoring
matrix_nginx_proxy_proxy_matrix_nginx_status_enabled: true matrix_nginx_proxy_proxy_matrix_nginx_status_enabled: true
``` ```


This will serve the status page under ```matrix.DOMAIN/nginx_status```
This will serve the status page under ```https://matrix.DOMAIN/nginx_status```


In default ```matrix_nginx_proxy_nginx_status_enabled``` will add the local ip adress. If you wish to listen to other ip-adresses provide a list:
By default, if ```matrix_nginx_proxy_nginx_status_enabled``` is enabled, access to the status page would be allowed from the local IP address of the server. If you wish to allow access from other IP addresses, you can provide them as a list:


```yaml ```yaml
matrix_nginx_proxy_proxy_matrix_nginx_status_allowed_addresses: matrix_nginx_proxy_proxy_matrix_nginx_status_allowed_addresses:


Chargement…
Annuler
Enregistrer