Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
🔧 [ops/proxy/global] remove nats_ws frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
bohendo committed Oct 27, 2020
1 parent 678573d commit 812a7f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions ops/proxy/global/http.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ frontend public_http
option forwardfor
use_backend nats_ws if nats_ws_path

frontend public_nats_ws
bind *:4221
default_backend nats_ws
mode tcp
option tcplog

frontend public_nats_tcp
bind *:4222
default_backend nats_tcp
Expand Down
6 changes: 0 additions & 6 deletions ops/proxy/global/https.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ frontend public_https
use_backend letsencrypt_backend if letsencrypt-acl
use_backend nats_ws if nats_ws_path

frontend public_nats_ws
bind *:4221
default_backend nats_ws
mode tcp
option tcplog

frontend public_nats_tcp
bind *:4222
default_backend nats_tcp
Expand Down

0 comments on commit 812a7f3

Please sign in to comment.