what is happening with nginx and ispconfig when i create a site with ispconfig i see the following structure /var/www/example.com/web and example.com -> /var/www/clients/client1/web2/ which links to how is this possible and what should i do when creating a site? also when i create a ftp-user in ispconfig it also uploads it content in /var/www/clients/client1/web2/ instead of /var/www/example.com/web
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This is called Symbolic Link and its axtremely helpful for hiding long paths.
sudo ln -s <source_path> <target_path>
When you’re using ISPconfig it actually uses the normal (long) path becayse the symbolic link doesnt really exists. Its just like a shortcut.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.