3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-19 06:33:24 +00:00

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 %}