mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 14:11:05 +00:00
fix haproxy file
This commit is contained in:
parent
a6d3fff2ba
commit
b9ed7dc7ed
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ frontend public
|
|||
use_backend nginx if { path_beg /robots }
|
||||
#use_backend self if { path_beg /munin/ }
|
||||
use_backend db_metrics if { hdr_end(host) -i metrics.newsblur.com }
|
||||
use backend consul if { hdr_end(host) -i consul.newsblur.com }
|
||||
use_backend consul if { hdr_end(host) -i consul.newsblur.com }
|
||||
use_backend nginx if mx_mode
|
||||
|
||||
use_backend app_counts if is_unread_count
|
||||
|
|
Loading…
Add table
Reference in a new issue