Browse Source

Update htpasswd file location

2xB 2 years ago
parent
commit
4df15aee81
1 changed files with 8 additions and 8 deletions
  1. 8 8
      docker/custom-httpd.conf

+ 8 - 8
docker/custom-httpd.conf

@@ -292,26 +292,26 @@ DocumentRoot "/usr/local/apache2/htdocs"
     # Require all granted
     
     
-    Order Deny,Allow
-    Deny from all
+    #Order Deny,Allow
+    #Deny from all
     
     # TLK
-    Allow from 141.52.13.0/24
+    #Allow from 141.52.13.0/24
     
     # IKP
-    Allow from 141.52.24.0/24
+    #Allow from 141.52.24.0/24
     
     # IPE
-    Allow from 141.52.64.0/24
+    #Allow from 141.52.64.0/24
     
-    Allow from 127.0.0.0/8
+    #Allow from 127.0.0.0/8
     
     # Podman network for testing
-    Allow from 10.0.2.100/1
+    #Allow from 10.0.2.100/1
     
     AuthName "SDS status monitor"
     AuthType Basic
-    AuthUserFile /usr/local/apache2/htdocs/.htpasswd
+    AuthUserFile /usr/local/apache2/config/htpasswd
     require valid-user
     #Satisfy Any