feat: add ability to inject a htpasswod file

This commit is contained in:
u00lipp
2025-10-30 10:48:36 +01:00
parent afaf73e17a
commit e005bd330e
5 changed files with 17 additions and 113 deletions
+1
View File
@@ -34,6 +34,7 @@ server {
# -------------------------------------------------
location / {
try_files $uri $uri/ /index.php?$query_string;
${BASIC_AUTH_DIRECTIVES}
}
# -------------------------------------------------