Questions tagged [jwilder-nginx-proxy]

Questions related to the jwilder/nginx-proxy docker image

The jwilder/nginx-proxy docker image

186 questions
0
votes
1 answer

How to configure nginx to forward all unhandled domains to particular service?

I don't think it's anywhere here as I was looking for that a while, but forgive me if you find my question possible duplicate. I have VPS server. All websites there run in docker containers with nginx / nginx-gen / nginx lets encrypt companion in…
Marek Urbanowicz
  • 12,659
  • 16
  • 62
  • 87
0
votes
1 answer

Nginx proxy (jwilder/nginx-proxy) Connection reset by peer (502 Bad Gateway)

I have simple docker-compose.yml where I would like to be able to use nginx as a proxy to the containers. For now I have two containers admin and api which later on I want to make talking to each other. Right now with configuration presented below,…
Tomasz
  • 4,847
  • 2
  • 32
  • 41
0
votes
1 answer

Multiple docker services to listen on same host and port

i am new to nginx and I am not sure is this normal behavior... Here is the lib I am using: https://github.com/jwilder/nginx-proxy I will explain here what I trying to accomplish... I have 2 additional services service1 and service2 those services…
Vladimir
  • 1,751
  • 6
  • 30
  • 52
0
votes
1 answer

How to change nginx-proxy settings

I am using this lib: https://github.com/jwilder/nginx-proxy Here is my docker-compose file: version: '2' services: nginx-proxy: image: jwilder/nginx-proxy container_name: nginx-proxy ports: - "80:80" volumes: -…
Vladimir
  • 1,751
  • 6
  • 30
  • 52
0
votes
1 answer

Split request_uri in nginx

I'm new to Nginx, I'm trying to do proxy_pass for a specific format of URL. For example "http://example.com/sync/test" is the URL accessed by the user, internally the URL has to do proxy_passs to apache server like, "http://localhost:8000/test" need…
Boopaathy
  • 328
  • 4
  • 13
0
votes
1 answer

Running virtual hosts on different ports of the same container using jwilder/nginx-proxy

I'm trying to run sonatype/nexus3 behind jwilder/nginx-proxy with the idea of using it as maven and docker private repo. I'd like to get nginx proxying nexus subdomain to port 8081 of the nexus container and proxying docker subdomain to port 8082 of…
Daniel Cerecedo
  • 6,071
  • 4
  • 38
  • 51
1 2 3
12
13