Recently i upload my next js app on digital ocean via app platform.after adding domain to my app www.igoarena.com working perfectly but non www domain not working ex: igoarena.com its showing nginx welcome screen. i upload some images of my configurations below. (https://quitilbo.sirv.com/Images/Screenshot (6).png) (https://quitilbo.sirv.com/Images/Screenshot (7).png) (https://quitilbo.sirv.com/Images/Screenshot (5).png) (https://quitilbo.sirv.com/Images/Screenshot (8).png)
what didi wrong i dont understand
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi @vikassoni,
This is because you haven’t specified your domain name igoarena.com in your Nginx’s conf. The domain name needs to be added at the line server_name. That should fix the problem!
Remember to restart nginx