jwilder-nginx-proxy Questions
7
I have mac with M1 and if i try to run docker container with nginx-proxy by jwilder, I got this error:
api_clever4sms_nginx-proxy | runtime: failed to create new OS thread (have 2 already; errno=22...
Apostrophe asked 24/2, 2021 at 10:53
4
I've got my Keycloak Server deployed on aws EC2 behind a reverse Proxy and my Frontend client (Springbootapp) sits on a different EC2.
Now I get Invalid redirect_uri error, although it works when ...
Assumptive asked 11/7, 2018 at 0:58
3
Solved
The problem
Inside nginx-proxy Docker container (more info below), I always see the same IP adress for every connection: 172.18.0.1 (which is the nginx-proxy network gateway). For example:
nginx....
Perbunan asked 28/11, 2017 at 17:51
3
I'm confused by how I should manage reverse proxy (nginx) with multiple independent webapps on the same host. I know that i can use https://github.com/jwilder/nginx-proxy and configure VIRTUAL_HOST...
Procure asked 26/3, 2018 at 10:40
1
Solved
I'm using nginx-proxy-automation to run my php application which is written using CodeIgniter 4 and the app structure is the following:
php-application
docker
php-fpm
config
php.ini
Dockerfile...
Edwardoedwards asked 29/3, 2021 at 17:54
2
Solved
I am attempting to get nginx-proxy to work with the php-fpm variant of the official php image via fastcgi. Unfortunately, I seem to be unable to do so. I'm sure the problem is just something simple...
Amin asked 15/7, 2020 at 17:26
3
Solved
I'm using docker on osx via boot2docker.
I have 2 hosts: site1.loc.test.com and site2.loc.test.com pointed to ip address of docker host.
Both should be available via 80 and 443 ports.
So I'm using ...
Squamation asked 7/7, 2015 at 21:57
0
I've a VPS on which I want to deploy multiple web applications (for which I've already read posts and they're perfect when we have directly sub container). I want to manage each web application hav...
Peshawar asked 13/1, 2020 at 21:23
1
Solved
I have a web app (django served by uwsgi) and I am using nginx for proxying requests to specific containers.
Here is a relevant snippet from my default.conf.
upstream web.ubuntu.com {
server 172.1...
Unmuzzle asked 7/2, 2019 at 11:0
1
Solved
I'm using jwilder/nginx-proxy to host multiple (web)apps from a single server. This is working great except that all services can communicate with each other because they are all on the same networ...
Pot asked 2/12, 2018 at 12:13
2
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 stackove...
Heterography asked 23/7, 2018 at 6:49
1
Solved
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 g...
Marconigraph asked 14/3, 2018 at 10:54
2
We are working on setting up multiple website hosting with single port and jwilder/nginx-proxy via SSL, We are able to deploy the solution without ssl and its working fine but while we are trying t...
Rothermere asked 27/9, 2017 at 8:52
1
I am using nginx-proxy to connect subdomains to different docker services. Since one of the last image updates I am not able to connect to my gitlab instance anymore. I don't know if a nginx-proxy ...
Sosanna asked 14/8, 2017 at 11:49
1
I use jwilder/nginx-proxy to make a reverse proxy. I try to redirect http://localhost:8000/api to a specific php service.
The directory structure:
.
+-- docker-compose.yml
+-- nginx
+-- nodejs
...
Matty asked 7/7, 2017 at 15:25
2
Solved
Has anyone tried using all these tools together?
I'm currently using nginx-proxy and docker-compose for a four-container solution.
I'm now trying to make deployment better/faster/cheaper and thin...
Inherited asked 3/7, 2017 at 15:58
1
Solved
I tried to setup an nginx-proxy container to access my other containers via subdomains on port 80 instead of special ports. As you can guess, I could not get it to work.
I'm kind of new to docker ...
Maggee asked 3/5, 2017 at 7:44
1
© 2022 - 2024 — McMap. All rights reserved.