mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
idn support for awstats
This commit is contained in:
parent
fb216fc3ee
commit
ebdbe965e8
5 changed files with 14 additions and 5 deletions
|
@ -66,7 +66,8 @@ cat $WEBTPL/$type.tpl |\
|
|||
> $HOMEDIR/$user/conf/web/$type.$domain.conf
|
||||
|
||||
if [ "$type" == 'awstats' ]; then
|
||||
ln -s $HOMEDIR/$user/conf/web/$type.$domain.conf /etc/awstats/
|
||||
ln -s $HOMEDIR/$user/conf/web/$type.$domain.conf \
|
||||
/etc/awstats/$type.$domain_idn.conf
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue