Loading conf.d/auth.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $auth { default auth; } limit_req_zone $binary_remote_addr zone=ldap_auth:2m rate=2r/s; Loading conf.d/code.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $code { default code; } server { Loading conf.d/git.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $git { default gitlab; } server { Loading conf.d/lam.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $lam { default ldap-account-manager; } server { Loading conf.d/mail.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx server { listen 80; listen [::]:80; Loading Loading
conf.d/auth.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $auth { default auth; } limit_req_zone $binary_remote_addr zone=ldap_auth:2m rate=2r/s; Loading
conf.d/code.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $code { default code; } server { Loading
conf.d/git.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $git { default gitlab; } server { Loading
conf.d/lam.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx map $host $lam { default ldap-account-manager; } server { Loading
conf.d/mail.shore.co.il.conf +1 −0 Original line number Diff line number Diff line # vim: ft=nginx server { listen 80; listen [::]:80; Loading