Skip to content

Commit e09e940

Browse files
Merge pull request #1532 from rabbitmq/pstack-more-updates-to-replace-disable
2 parents 4217241 + 5d7d414 commit e09e940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/stomp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ stomp.listeners.ssl.1 = 61614
110110
This configuration creates a standard TCP listener on port 61613 and
111111
a TLS listener on port 61614.
112112

113-
When a TLS listener is set up it may be desired to disable all non-TLS ones.
113+
When a TLS listener is set up, you may want to deactivate all non-TLS ones.
114114
This can be configured like so:
115115

116116
<pre class="lang-ini">
@@ -193,7 +193,7 @@ Implicit connect is *not* enabled by default.
193193
## <a id="proxy-protocol" class="anchor" href="#proxy-protocol">Proxy Protocol</a>
194194

195195
The STOMP plugin supports the [proxy protocol](http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt).
196-
This feature is disabled by default. To enable it for STOMP clients:
196+
This feature is turned off by default. To turn it on for STOMP clients:
197197

198198
<pre class="lang-ini">
199199
stomp.proxy_protocol = true

0 commit comments

Comments
 (0)