Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Dockerfile to compile/build nginx from source with HTTP/2 support.

Notifications You must be signed in to change notification settings

bnuriddin/docker-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nginx 1.13.8 Docker image with HTTP/2 support, most other modules included.

To avoid problems with HTTP/2, DO NOT enable ssl_prefer_server_ciphers!

If no configuration provided, this image puts default config to /data/conf folder. Default configuration contains no virtual hosts so nginx will not listen any ports until virtual host config added.

As usual, this image tries to keep moving parts under /data folder.

Typical usage:

  • put virtual hosts configuration to /data/nginx/conf/sites-enabled/
  • docker create --name cnginx --net=host -v /data/nginx:/data --restart=always scf37/nginx

About

Dockerfile to compile/build nginx from source with HTTP/2 support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%