mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
default user/pass for private-hosting.tpl
This commit is contained in:
parent
e7543afbd3
commit
08146520a0
1 changed files with 4 additions and 0 deletions
|
@ -1071,6 +1071,10 @@ if [ "$nginx" = 'yes' ]; then
|
|||
cp -f $vestacp/nginx/phppgadmin.inc /etc/nginx/conf.d/
|
||||
cp -f $vestacp/nginx/webmail.inc /etc/nginx/conf.d/
|
||||
cp -f $vestacp/logrotate/nginx /etc/logrotate.d/
|
||||
|
||||
# default user/pass for private-hosting.tpl: private / folder
|
||||
echo 'private:$apr1$0MYnchM5$yVi/OTfp7o3lGNst/a8.90' > /etc/nginx/.htpasswd
|
||||
|
||||
echo > /etc/nginx/conf.d/vesta.conf
|
||||
mkdir -p /var/log/nginx/domains
|
||||
#update-rc.d nginx defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue