So I don’t need to do an && statment or something ?
I can just do
use_backend manage_ssl if is_whitelisted
use_backend manage_ssl if { req_ssl_sni -i management.example.com }
or would i have to do something like
use_backend manage_ssl if { req_ssl_sni -i management.example.com } && if is_whitelisted
If its down, I assume performance is bad
A proper logging server. I’m just not motivated to learn a bunch of stuff right now sadly.
20 Ubuntu VMs as we speak, however 10 RHEL based VMs and 1 openSUSE VM thrown in the mix.
I use a Ubuntu VM to run some older Docker containers (from when I was first learning). I’d migrate them over but I just don’t care enough to migrate them. They’re just Minecraft and game proxy servers.