mirror of https://gitlab.crans.org/nounous/nixos
anubis : séparation cookies
parent
12fe631737
commit
f49423d26c
|
|
@ -175,7 +175,10 @@ in
|
|||
BIND_NETWORK = "unix";
|
||||
METRICS_BIND = "/run/anubis/anubis-${vhostName}/anubis-${vhostName}-metrics.sock";
|
||||
TARGET = "unix:///run/nginx/nginx-${vhostName}.sock";
|
||||
COOKIE_DOMAIN = "crans.${mainTld}";
|
||||
COOKIE_DOMAIN = "${vhostName}.crans.${mainTld}";
|
||||
# TODO: db pour mettre en commun les token.
|
||||
# Transitoirement on les sépare
|
||||
COOKIE_PREFIX = "anubis-${vhostName}";
|
||||
REDIRECT_DOMAINS = "${vhostName}.crans.${mainTld}";
|
||||
SOCKET_MODE = "0660";
|
||||
# Secret partagé entre les instances
|
||||
|
|
|
|||
Loading…
Reference in New Issue