Skip to content

WildeTechSolutions/nginx-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This project will start up nginx within a docker container running in host mode, listening on port 80 and 443.

An example block is configured for an application listening on port 80. This can be tested using a CloudFlare Tunnel.

Common Commands

Hot reload nginx after changes to configuration

/usr/bin/docker exec -it nginx nginx -s reload

To tail the logs:

tail -10 /home/thomas/docker/nginx/data/nginx/logs/access.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published