# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/nomg2pq
記一次完整的 keepalived-LVS 實現 nginx 高可用負載均衡集羣實驗**
實驗介紹本實驗使用 Keepalived 爲 LVS 提供高可用服務,同時 LVS 爲後端的 Nginx1 和 Nginx2 提供負載均衡服務,最終通過 Keepalived+LVS 實現 Nginx 高可用負載均衡集羣。組網介紹如下圖所示,本實驗由 5 臺主機組成,Nginx1 和 Nginx2 提供 web 服務,LVS1 和 LVS2 通過 Keepalived 組成高可用集羣,向後端的 N ⌘ Read more