Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2012 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3743352 to your computer and use it in GitHub Desktop.
Save anonymous/3743352 to your computer and use it in GitHub Desktop.
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