Re: Trying to use nginx + passenger for a rails 6 + angular 14 app...

2024-02-16 Thread Patrick J. Collins
Nevermind, I got it all figured out. Patrick J. Collins https://collinatorstudios.com On Thu, 15 Feb 2024, Patrick J. Collins wrote: > I have a rails app that is purely an api server, with an angular frontend > living under a subfolder in the public directory.. So the server's file > structu

Trying to use nginx + passenger for a rails 6 + angular 14 app...

2024-02-15 Thread Patrick J. Collins
I have a rails app that is purely an api server, with an angular frontend living under a subfolder in the public directory.. So the server's file structure is like this: ``` home/ my-app/ app/ controllers/ ..etc config/ ..etc public favicon.ico 404.ht