Deploying the first one was relatively easy, I just moved the folder to the server and using 'strapi start' and 'npm start' from linux terminal gets it up and running.
Now I would like to add an additonal strapi project to a sub directory and run in, so it's accessible from the url mysite/second-project.
But how can I run another project simultanouesly?
Thanks in advance
You probably can't use the <Host-Name>:80
to point towards two different strapi application since they run on different ports.
What you can do is specify your ngix or apache config to redirect specific folder structure to different strapi applications on different ports.
Suppose you have one application running on port 8080
and another application on port 8181
and then configure you nginx so that the incoming urls are redirected in such way:
+--- host --------> strapi application on localhost:8080
|
users --> nginx --|--- host/second-project ---> strapi application on localhost:8181
|
+--- host/mail ---> strapi application on localhost:8282
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With