Files
boc/iom/quixzoom-auth-service/nginx-passwordless.conf
T

8 lines
183 B
Plaintext
Raw Normal View History

# 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;
}