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…
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…
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…
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…
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}…
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…
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…
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…
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 {
…
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…
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…
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…
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…
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…
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…