# quiXzoom Passwordless Auth — Nginx upstream
# Lägg till i /etc/nginx/conf.d/aamos-upstreams.conf
upstream quixzoom_passwordless {
server 127.0.0.1:8082;
keepalive 16;
}