docker run -p 8080:8080 -v C:\Users\slandshow\Github\vistecture-master\example:/demoproject aoepeople/vistecture vistecture --config=/demoproject serve
# provisioners
config.vm.provision 'shell', path: './vagrant/provision/once-as-root.sh', args: [options['timezone']]
config.vm.provision 'shell', path: './vagrant/provision/once-as-vagrant.sh', args: [options['github_token']], privileged: false
config.vm.provision 'shell', path: './vagrant/provision/always-as-root.sh', run: 'always'
chroot_local_user=YES
в лист chroot_list_file=/etc/vsftpd.chroot_list
записываются пользователи которых не надо чрутить
chroot_list_enable
If activated, you may provide a list of local users who are placed in a chroot() jail in their home directory upon login. The meaning is slightly different if chroot_local_user is set to YES. In this case, the list becomes a list of users which are NOT to be placed in a chroot() jail. By default, the file containing this list is /etc/vsftpd.chroot_list, but you may override this with the chroot_list_file setting.
81:80
apache_1_2ed066f5ca0f | AH00534: httpd: Configuration error: No MPM loaded.
iptables -t nat -A POSTROUTING -s 192.168.30.0/24 -o enp3s1 -j MASQUERADE
sysctl -w net.ipv4.ip_forward=1