2
Prefixos Nginx http no servidor upstream
Estou tentando usar o nginx para passar por proxy para dois contêineres do docker. Aqui está o meu arquivo conf upstream: upstream api_servers { server http://192.168.49.4:49155; server http://192.168.49.4:49156; } Isto é o que eu estou tentando carregar: nginx: [emerg] invalid host in upstream "http://192.168.49.4:49155" in /etc/nginx/conf.d/api_upstream.conf:3 nginx: configuration file /etc/nginx/nginx.conf …