Document root for specific package
Posted: Thu Sep 28, 2017 7:22 pm
Hello,
I'm new here so I'm hoping I've placed this thread on the right place.
I'm trying to setup a hosting for Symfony and Laravel framework and also Angular.
Everything is set up right except for the document root of those different frameworks and types of public folders.
I'm using deployer to deploy all the project so the public_html is in that part the same:
- releases -> symlink to current
- current
- shared -> symlink to current
Now the problem is that symfony uses current/web as public dir, laravel current/public and angular just uses current
My question is if it is possible to create httpd and shttpd templates for each package?
I've found the global templates but that's for every package available.
I hope someone can help me or tell me it's not possible.
I'm sorry if this question is already been asked.
But I don't think it is, at least I couldn't find it.
I'm new here so I'm hoping I've placed this thread on the right place.
I'm trying to setup a hosting for Symfony and Laravel framework and also Angular.
Everything is set up right except for the document root of those different frameworks and types of public folders.
I'm using deployer to deploy all the project so the public_html is in that part the same:
- releases -> symlink to current
- current
- shared -> symlink to current
Now the problem is that symfony uses current/web as public dir, laravel current/public and angular just uses current
My question is if it is possible to create httpd and shttpd templates for each package?
I've found the global templates but that's for every package available.
I hope someone can help me or tell me it's not possible.
I'm sorry if this question is already been asked.
But I don't think it is, at least I couldn't find it.