Added basic auth to directory - needs appropriate .htpasswd file

This commit is contained in:
2025-07-23 19:16:30 +01:00
parent 9321bf1881
commit b4e1617e52
+5
View File
@@ -0,0 +1,5 @@
AuthType Basic
AuthName "EoQ Data"
AuthUserFile /var/www/private/.htpasswd
require valid-user