I want to set up symfony3 on cloudways. Path for application folder is /home/master/applications/[appName]
. pwd
in this dir: conf logs private_html public_html ssl tmp
.
As this link says I should install symfony application in public_html
. However, I know that public_html
is the same as web
. So an application should not live in that folder. So, I think to install folder directly in /home/master/applications/[appName]
and change 'web' directory to public_html
. Is that right? Do not other existing folders (conf, logs) interfere symfony app?
Update: I am going to setup a git repo for symfony app on server. So if symfony should be installed in public_html/../
then all other files also will be tracked by git. I do not think that ssl should be tracked. Sure, I can add it to gitignore, but anyway.