How to run a Nginx-web server
Said Olano

Said Olano @said_olano

About: Student of Italian (A1) and Portuguese (A1). Native Spanish speaker (Born in Xalapa, Veracruz, Mexico).

Location:
Guadalajara, Mexico
Joined:
Sep 30, 2023

How to run a Nginx-web server

Publish Date: Jan 12
0 0

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

Comments 0 total

    Add comment