Logo

dev-resources.site

for different kinds of informations.

How to run a Nginx-web server

Published at
1/12/2025
Categories
docker
container
nginx
Author
Said Olano
Categories
3 categories in total
docker
open
container
open
nginx
open
How to run a Nginx-web server

Nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server.

https://nginx.org/en/

Image description

By default the nginx-server runs in a 80 port, but if you want to expose it to outside, you need to expose it e.g. by using the 3000 port number.

Image description

Let's run the command in docker:

Image description

And finally, the result is:

Image description

Featured ones: