You need to create virtual hosts to be able to host multiple applications on the same server.
May 22, 2020
3
Level 9
How to configure multiple Laravel projects on DigitalOcean Ubuntu
Currently I have a single Laravel Application running on DigitalOcean/Ubuntu-18. I use Bitwise-SSH Client to access it and perform other configurations. It is running live. Its IP address is like 22.11.44.13
-
Now I want to deploy other Applications on the same platform without tampering with the Initial one. One for testing, the other for Development purpose and the Last is a real Application.
-
The other concern I have is the configuration. I used NGINX for the current one.
-
And what do you think to host different projects on the same droplet (Laravel projects) ?
How do I achieve this?
Please or to participate in this conversation.