Skip to content

An Nginx reverse proxy for Wordpress local development with self-signed SSL certificates

Notifications You must be signed in to change notification settings

JustinMckee/docker-nginx-proxy-ssl-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Reverse Proxy for Local WP w/ SSL

  1. Create directory docker/certs.
  2. In certs directory, use openssl to generate key and certificate Instructions - Hint: Chrome does not recognize Common Name so Alternative names has to be added.
  3. Update path to certificate and certificate key from within docker/nginx/nginx.conf
  4. Optionally change WORDPRESS_CONFIG_EXTRA in docker-compose.yml & your server_name in nginx.conf
  5. Run docker-compose up. If you need to rebuild add the --build flag.

About

An Nginx reverse proxy for Wordpress local development with self-signed SSL certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published