| listen=YES | |
| anonymous_enable=NO | |
| local_enable=YES | |
| write_enable=YES | |
| local_umask=022 | |
| nopriv_user=vsftpd | |
| virtual_use_local_privs=YES | |
| guest_enable=YES | |
| user_sub_token=$USER | |
| local_root=/var/www/$USER/public_html | |
| chroot_local_user=YES | |
| hide_ids=YES | |
| guest_username=vsftpd | |
| ///////// | |
| My web directory is set up as /var/www/*/$user/public_html | |
| The * corresponds to a/b/c/d/etc... example would be /var/www/t/test/public_html | |
| My question is how am I able to add in the a/b/c/d/etc... to where the asterisk currently is as I have a number of sites running on my server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment