mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
max_length_of_MySQL_username=80
This commit is contained in:
parent
952115a9a8
commit
92229c2597
1 changed files with 7 additions and 0 deletions
|
@ -1536,14 +1536,21 @@ echo "UPDATE_HOSTNAME_SSL='yes'" >> $VESTA/conf/vesta.conf
|
|||
# Secret URL
|
||||
secretquery=''
|
||||
if [ ! -z "$secret_url" ]; then
|
||||
echo "=== Set secret URL: $secret_url"
|
||||
echo "<?php \$login_url='$secret_url';" > $VESTA/web/inc/login_url.php
|
||||
secretquery="?$secret_url"
|
||||
fi
|
||||
|
||||
if [ "$port" != "8083" ]; then
|
||||
echo "=== Set Vesta port: $port"
|
||||
$VESTA/bin/v-change-vesta-port $port
|
||||
fi
|
||||
|
||||
echo "=== Set URL for phpmyadmin and max_length_of_MySQL_username=80"
|
||||
echo "DB_PMA_URL='https://$servername/phpmyadmin/'" >> $VESTA/conf/vesta.conf
|
||||
echo "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Vesta Access Info #
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue