Questions tagged [jwilder-nginx-proxy]

Questions related to the jwilder/nginx-proxy docker image

The jwilder/nginx-proxy docker image

186 questions
5
votes
0 answers

Docker Compose on Azure Linux App Service for Containers with NGINX Reverse-Proxy: dial unix /tmp/docker.sock: connect: no such file or directory

I am running an ASP.NET Core 3.0 multi-container application on an Azure Linux App Service for Containers using Docker Compose. Containers are built and pushed to an Azure Container Registry via CI pipelines and CD pipelines deploy to the app…
5
votes
2 answers

How can I redirect non-www to www in https NGINX

I have a question related with Nginx redirects Bellow you can see configurations. My goal is to redirect from https://example.com to https://www.example.com I looked through almost all in stackoverflow and I didn't find any help. Please help me with…
Min MIna
  • 51
  • 1
  • 5
5
votes
0 answers

Docker: HTTPS Proxy with LetsEncrypt

I'm trying to make a secure docker proxy as a proof of concept. This seems like it's close to working (port 80 works and the "It Works!" page comes up for b.example.com). However, the console shows an error on generating…
5
votes
1 answer

How to listen 443 port in jwilder/nginx-proxy

I am using the https://github.com/jwilder/nginx-proxy for nginx-proxy setting The port 80 redirect is working. That means i can get to my site via non SSL using test.example.com but with HTTPS i get a chrome error of "This webpage is not…
Gary Ng
  • 413
  • 8
  • 16
4
votes
2 answers

Docker wordpress/ nginx-proxy / nginx-proxy-companion - lets encrypt auto renewal - update image and restart?

We have a wordpress site on an aws ec2 that was setup to auto renew its SSL certificate via Let's Encrypt. The auto renewal has recently stopped and the certificate has since expired. I have attempting to run docker exec {container_id}…
ksav
  • 20,015
  • 6
  • 46
  • 66
4
votes
2 answers

docker nginx-proxy requests let's encrypt certificates hit rate limit

I use nginx-proxy from jwilder and observe that the same letsencrypt certificates are repeatedly recreated. I am in the processed of debugging the servers and my guess is that if I start only a subset of the servers, the certificate for the ones not…
user855443
  • 2,596
  • 3
  • 25
  • 37
4
votes
1 answer

Docker + jwilder/nginx-proxy + jwilder/docker-gen + jrcs/letsencrypt-nginx-proxy-companion + php:7-fpm + wordpress:fpm

I know I'm really close on this, but I can't get the last part working. I'm almost positive it has to do with the WordPress container and the PHP container needing to be the same directory? So PHP can process files in that directory? I have been…
4
votes
2 answers

jwilder/nginx-proxy 503 Service Temporarily Unavailable

I am trying to build a web application using docker-compose, with jwilder / nginx-proxy and letsencrypt companion, but when I try it, nginx throws me a 503 error. "503 Service Temporarily Unavailable" The docker-compose file that I have is as…
kmilo93sd
  • 791
  • 1
  • 15
  • 35
4
votes
0 answers

Nginx Configuration: failed: Error during WebSocket handshake: Unexpected response code: 400

I am struggling with nginx and websockets. My client is Javascript and I am using Fleck in the server code. So: My JS: var ws; var url = "wss://192.168.0.12:8080/"; $(document).ready(function () { function Connect() { try { …
Andrew Simpson
  • 6,883
  • 11
  • 79
  • 179
4
votes
2 answers

What's the difference between jwilder/nginx-proxy and kubernetes/ingress-nginx

jwilder/nginx-proxy has 1.3K STARS and 10M+ PULLS on Docker Hub. And Watch 262, Star 7701, Fork 1546 on GitHub. https://github.com/jwilder/nginx-proxy kubernetes/ingress-nginx has 13 stars on kubeapps.com (one of the most starred charts) and Watch…
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
4
votes
2 answers

How to run Gitlab in docker container with nginx-proxy over ssl with letsencrypt securely

I have been fighting with this configuration for days now and whatever I do I cannot get it to work completely. Can anyone help me please ?? I am using this solution described here: https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion…
wendellmva
  • 1,896
  • 1
  • 26
  • 33
4
votes
1 answer

Docker nginx-proxy : proxy between containers

I am currently running a development stack using Docker-Compose in my company, to provide to developers everything they need to code our applications. It includes in particular: a Gitlab container (sameersbn/gitlab) to manage private GIT…
3
votes
1 answer

How can I set up a reverse proxy for the Janus REST api and socket api in Nginx?

I have a Janus Gateway which exposes a REST api on port 8088. The web socket transport is also enabled on my janus server on port 8188. I have an Nginx reverse proxy set up for https traffic to reach my Janus server. How do I add wss support to my…
Danwize
  • 141
  • 11
3
votes
1 answer

Too many redirects with reverse proxy

Setup: cloudflare DNS docker-compose nginx reverse proxy wordpress fpm nginx php handler Problem Too many redirects, like in these logs: Attaching to wp_db, wp, wp_web wp_db | 2020-01-27 12:13:10+00:00 [Note] [Entrypoint]: Entrypoint…
3
votes
2 answers

How can I send the logs from the jwilder/nginx-proxy docker image to logstash?

I tried adding the following to a my_proxy.conf file that gets mounted into /etc/nginx/conf.d/ in the container as described in https://github.com/jwilder/nginx-proxy#custom-nginx-configuration but the logs aren't making into logstash. Initially I…
Mike B
  • 5,390
  • 2
  • 23
  • 45
1
2
3
12 13