kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

Document root serves from bundle's /home/ directory and logs are also stored there #130

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

The document root for each bundle is now served from /home/[bundle_name]/document_root/

The logs for each bundle are now located at /home/[bundle_name]/logs/

References #127