Minor wording improvements
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user