Branding/config/h5ai.conf.htpasswd.patch
2025-08-04 16:53:09 +02:00

12 lines
387 B
Diff

--- h5ai.conf 2018-12-13 18:57:35.000000000 +0900
+++ h5ai.conf.htpasswd 2018-12-13 18:57:30.000000000 +0900
@@ -6,6 +6,9 @@
root /h5ai;
index index.html index.htm index.php /_h5ai/public/index.php;
+ auth_basic "Hello! Welcome to my download page.";
+ auth_basic_user_file /config/nginx/.htpasswd;
+
# h5ai
location /_h5ai/ {
root /usr/share/h5ai/;