Skip to content

celestial-shubham/learning_Nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning_Nginx

Trying to learn about Nginx ,by doing some small project from :: NGINX Tutorial

Steps to create docker image

*  docker login -u ${username}      //Make sure you are logged in !!
*  docker build . -t ${tag-name}
*  docker run -p 1111:7777 -d ${image-id} //// docker run -p <host-port>:<container-port> -d <image-id>

Nginx

  • Have added sample nginx.comf file
  • Add that file file and run
*  nginx -s reload

About

Trying to learn about Nginx ,by doing some small project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •