SpazOut
@SpazOut@lemmy.world
- Comment on Unifi AP behind an extra switch: 2.4Ghz network stops working after ~30 minutes 2 months ago:
I had a similar issue and it related to the uplink connectivity monitor. Unifi monitors the gateway and controller IP and withdraws the SSID. Make sure you have turned of wireless meshing on the device and I think you can manually disable the uplink connectivity monitor.
- Comment on Why do so many people use NGINX? 3 months ago:
Having used HAProxy for 15 years commercially, I absolutely agree with this. There are lots of complex features of HAProxy that only a dedicated proxy can provide. The acls, deep packet inspection and stick tables are a few.
Whilst it doesn’t directly “serve” PHP or Python - it’s a load balancer so can just have regular Apache or nginx backends serving content which is arguably its main use case. For homelab this doesn’t always make sense but I would pick nginx for high traffic commercial environments.
- Comment on Help With NFS Share To Proxmox Container 1 year ago:
Check the /etc/exports on the host. Is the .106 device listed there?