Minor wording improvements

This commit is contained in:
Slavi Pantaleev
2018-08-15 10:19:31 +03:00
parent dcf19154b2
commit 617712000e
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ server {
set $backend "matrix-riot-web:8765";
proxy_pass http://$backend;
{% else %}
{# Generic configuration for people to use outside of our container setup #}
{# Generic configuration for use outside of our container setup #}
proxy_pass http://localhost:8765;
{% endif %}

View File

@ -46,7 +46,7 @@ server {
set $backend "matrix-synapse:8008";
proxy_pass http://$backend;
{% else %}
{# Generic configuration for people to use outside of our container setup #}
{# Generic configuration for use outside of our container setup #}
proxy_pass http://localhost:8008;
{% endif %}