mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 18:14:35 +00:00

* 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
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
auth_basic "Restricted";
|
|
auth_basic_user_file /etc/nginx/.htpasswd;
|