Browse Source

updated path to reverse-proxy

admin 11 months ago
parent
commit
6ccf66fa82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/setup_basic-auth.sh

+ 1 - 1
utils/setup_basic-auth.sh

@@ -3,7 +3,7 @@
 vhost=$1
 user=$2
 pass=$3
-htpasswd_dir=/opt/docker/proxy/data/htpasswd/
+htpasswd_dir=/opt/docker/reverse-proxy/data/htpasswd/
 
 mkdir -p $htpasswd_dir