Skip to content

sergiosamu/blog-proxy-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blog-proxy-error

Text proxy error message fix with Docker

This is a project related with a blog post I wrote on how to understand and fix a misconfigured reverse proxy when using it with Jenkins

You can find the blog post here

How to use it

To run this demo you will need docker and docker-compose installed on your system and follow these steps:

  1. Clone the repo
  2. Update parameters.conf file setting the FQDN you want to use in the variable $PUBLIC_HOST
  3. Create a folder named certs in the root folder
  4. Generate a self-signed certificate for the FQDN configured in point 2 and copy the generated files inside certs folder with the names nginx-selfsigned.crt and nginx-selfsigned.key
  5. Run command docker-compose up
  6. Enter FQDN defined in point 2 in the browser

About

Text proxy error message fix with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published