Ngnix Deployment
Last updated
Last updated
Firstly Spin up the server and pull the nginx image using docker
Now let's get it running
Whatever HTTP traffic we receive on the webserver is forwarded to the nginx container via port forwarding
Since it's not running on the daemonized way - we get to see the logs !
Now lets try accessing the web-server and check our logs