0

I have 2 nuxt projects- I want to run one at root directory- www.example.com, and another at www.example.com/admin on App Engine

Any ideas on how to setup the same?

sanket pahuja
  • 325
  • 2
  • 12

1 Answers1

-1

Did you gave a look to this official documentation about how to deploy on Google App Engine?

https://nuxtjs.org/docs/2.x/deployment/appengine-deployment

kissu
  • 40,416
  • 14
  • 65
  • 133
  • Yes, I have gone through the documentation. It doesn't mention how to handle multiple nuxt.js projects, one at root and another in sub-directory – sanket pahuja Jun 28 '21 at 17:21
  • @sanketpahuja why would you need 2 instances on the exact same domain name? Can't one be enough? – kissu Jun 28 '21 at 17:22
  • 1 project is the static website- we want running on abc.example.com, which and other has the main application screen for registered users- we want running on abc.example.com/app – sanket pahuja Jun 30 '21 at 05:11
  • Does it justifies having 2 apps? Why not doing both in a single one? Less complexity and less expensive. – kissu Jun 30 '21 at 07:19
  • This does not answer the OP's question. It should be a comment. – lmonninger Sep 20 '22 at 20:05
  • @lmonninger regarding the type of the question + the effort put in it, it should be closed anyway. I'm not gonna assume a whole configuration and write something that is already officially written. – kissu Sep 20 '22 at 20:09