bad-gateway

Traefik > “Bad gateway” (error 502) for some containers

为君一笑 提交于 2020-06-10 02:50:12
问题 I meet some problems using traefik with docker and I don't know why. With some containers, it's works like a charm and for other ones, I have an error when I try to access to these ones : Bad gateway (error 502). Here is my traefik.toml : # Service logs (here debug mode) debug = true logLevel = "DEBUG" defaultEntryPoints = ["http", "https"] # Access log filePath = "/var/log/traefik/access.log" format = "common" ################################################################ # Web

502 Bad Gateway nginx/1.13.12 on localhost while creating a new policy in ditto

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-15 10:56:09
问题 I am new to docker, I'm using docker on windows 10 and am using Eclipse Ditto and Eclipse Mosquitto, I have to create a twin device. Before that I have to create a new policy via Postman, While executing the policy am getting the following error: The code to create the new policy is ass follow curl -X put 'http://localhost:8080/api/2/policies/my.test:policy' -u 'ditto:ditto' -H 'Content-Type: application/json' -d '{ "entries": { "owner": { "subjects": { "nginx:ditto": { "type": "nginx basic

New Laravel (Homestead) installation: 502 Bad Gateway - *Refresh* - the website is displayed correctly

Deadly 提交于 2019-12-03 12:59:53
问题 I tried to setup a local Laravel project. So I decided to use the Homestead vagrant box. After I installed the whole thing like in this Tutorial I was looking forward to see the result in the browser: The first dispay was a nginx 502 Bad Gateway Error. So I tried to refesh this and after that the default Laravel starting Page was displayed. Then I made some routes and links to some subpages of my site and every time I change my page (via link or typing the get request) i get the "502 Bad

New Laravel (Homestead) installation: 502 Bad Gateway - *Refresh* - the website is displayed correctly

五迷三道 提交于 2019-12-03 03:26:01
I tried to setup a local Laravel project. So I decided to use the Homestead vagrant box. After I installed the whole thing like in this Tutorial I was looking forward to see the result in the browser: The first dispay was a nginx 502 Bad Gateway Error. So I tried to refesh this and after that the default Laravel starting Page was displayed. Then I made some routes and links to some subpages of my site and every time I change my page (via link or typing the get request) i get the "502 Bad Gateway" which disappears after a refresh of the website. I tried: to change the php version ( like here )