update gitignore
This commit is contained in:
parent
5b7865ac4e
commit
e5cdb7947c
|
@ -5,3 +5,4 @@ sites-enabled/*
|
||||||
!sites-enabled/http_redirect.conf
|
!sites-enabled/http_redirect.conf
|
||||||
!sites-enabled/default.conf
|
!sites-enabled/default.conf
|
||||||
!sites-enabled/reverse.conf.tplm.expanded
|
!sites-enabled/reverse.conf.tplm.expanded
|
||||||
|
!sites-enabled/upstreams.conf
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Использовать вместе с конфигурациями обратного прокси
|
||||||
|
|
||||||
|
#Round Robin - запросы чередуются между серверами
|
||||||
|
|
||||||
|
#Least Connections - запросы направятся к серверу с наименьшим числом подключений
|
||||||
|
|
||||||
|
#IP Hash - запросы одного клиента всегда направляются на один сервер
|
Loading…
Reference in New Issue