Pavel Zubko
Results
2
comments of
Pavel Zubko
Hi everyone, had the same issue with an authlib backend. This exception isn't handled in lib code.
> ``` > location /foo/ { > resolver 127.0.0.11; #(in my case with docker) > set $upstream_server someserver:80; > proxy_pass http://$upstream_server/; > } > ``` > > now nginx don't...