Files
Phraseanet/docker/nginx/root/basic_auth.conf.sample
moctardiouf 86b4472b3c PHARS-3844 gateway container access restriction (#4323)
* PHRAS-3844 manager real ip on nginx

* PHRAS-3844 add restrictions on ip and/or password

* PHRAS-3844 add variable to helm

* PHRAS-3844 change variable names and force ssl

* fix https default value

* PHRAS-3844 fix deny on password usage case

* PHRAS-3844 fix deny on password usage case 2
2023-05-31 22:52:09 +02:00

3 lines
78 B
Plaintext

auth_basic "Restricted";
auth_basic_user_file /etc/nginx/.htpasswd;