Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I created a web app for Docker. I used Nginx for the reverse proxy, but I didn't deploy any static contents through Nginx.

My question is, if I go for the Azure application gateway, then can I avoid using Nginx? Actually I don't see any use for it. Is it ok if I remove Nginx?

1 Answer

0 votes
by (26.7k points)

Nginx is basically used for serving static content like images, HTML files, videos, etc. So, if you have a high-traffic website, then Nginx can be a great help for you as because it can handles large numbers of requests in a quick manner.

Whereas application gateway is easy to use, configure and implement, also as per your description you haven't use any static content so it is OK if you remove Nginx.

Want to become an Azure Expert? Read this blog on Azure Certification now

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 8, 2020 in Azure by Sudhir_1997 (55.6k points)

Browse Categories

...