Server Setup for Rails 7 app with nginx and puma
I am really new to server configuration. I have a rails application locally and I have access to an amazon EC2 server instance. I am required to use nginx for web server and puma for application server. Can someone kindly…