feat: add ability to inject a htpasswod file
This commit is contained in:
@@ -34,6 +34,7 @@ server {
|
||||
# -------------------------------------------------
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
${BASIC_AUTH_DIRECTIVES}
|
||||
}
|
||||
|
||||
# -------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user