nginx icon indicating copy to clipboard operation
nginx copied to clipboard

Dockerized Ready-To-Go Nginx Reverse Proxy. Let's encrypt Support!

Results 9 nginx issues
Sort by recently updated
recently updated
newest added

I will stop supporting and implementing Docker images starting in early 2019. Repositories will be transferred to blacklabelops-legacy and archived for read only purpose. The following repositories and images are...

First thanks for taking the time in making this :) I'm a little confused though, for me running this in docker compose doesn't look like proxy pass is working it...

Hi, There is a known issue for confluence with special characters in the page titles when running behind a reverse proxy. Details of pb and solution in https://confluence.atlassian.com/confkb/pages-with-special-characters-are-not-accessible-via-reverse-proxy-829664257.html Basically, when...

enhancement

Prior to commit 2379d2d8c311bd25a3084c9b9415103a55269c5c I had the following: SERVER1REVERSE_PROXY_LOCATION1: "/" SERVER1REVERSE_PROXY_PASS1: "http://layerindex:5000/" SERVER1REVERSE_PROXY_APPLICATION1: "custom" SERVER1REVERSE_PROXY_HEADER1FIELD1: 'Host $$http_host' SERVER1REVERSE_PROXY_HEADER1FIELD2: 'X-Forwarded-For $$proxy_add_x_forwarded_for' SERVER1REVERSE_PROXY_HEADER1FIELD3: 'X-Forwarded-Host $$host' SERVER1REVERSE_PROXY_HEADER1FIELD4: 'X-Forwarded-Proto $$scheme' SERVER1REVERSE_PROXY_DIRECTIVE1FIELD1: 'proxy_redirect off' which...

bug

Hey, is there any provision to cache the requests to a directory for a brief amount of time while this acts as a reverse proxy?

enhancement

Not sure if this one qualifies as an issue. Is it possible to have reverse proxy on different ports? e.g. site1 --> :443, site2 --> :444, site3 --> :445 (this...

enhancement

Question: Would autodiscovery in this image greatly improve your work? Please give feedback! Scenario: 1. Rather than enumerate env variables on the nginx container attach those environment variables on an...

question