- 2 Posts
- 3 Comments
Joined 2 years ago
Cake day: October 17th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
BouncyPancake@alien.topBtoSelf-Hosted Main@selfhosted.forum•How do you all monitor your server performance?English1·2 years agoIf its down, I assume performance is bad
BouncyPancake@alien.topBtoSelf-Hosted Main@selfhosted.forum•What is something you are still missing in your Homelab?English1·2 years agoA proper logging server. I’m just not motivated to learn a bunch of stuff right now sadly.
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