Skip to content
/ nginx Public

Learning nginx basics of webserving and loadbalancing.

License

Notifications You must be signed in to change notification settings

itzzjb/nginx

Repository files navigation

Running NGINX

nginx

Reloading NGINX

When ever we done a change to the configurations we need to reload the NGINX server. Sometimes to see the changes in the browser, you might need to do a hard reload too.

nginx -s reload

Note

Note that we can build an image from the Dockerfile and running that image in 4 containers using docker in ports 8001, 8002, 8003 and 8004.

About

Learning nginx basics of webserving and loadbalancing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published