About 372,000 results
Open links in new tab
  1. Nginx Reverse Proxy: Throwing 502 Bad Gateway - Stack Overflow

    Nov 24, 2022 · Bad Gateway 502 is typically a sign that your destination server is not responding. I assume your other services are Docker container as well? If that is the case you could try to change …

  2. How to fix 502 Bad Gateway Error in production (Nginx)?

    Dec 31, 2020 · The fact it works for you locally strengthen the probability the issue relies on the nginx side. You can try to solve it by increasing the timeout thresholds (as suggested here), and the buffers …

  3. typescript - 502 Bad Gateway in production with Nextjs next-auth with ...

    Jan 13, 2023 · 502 Bad Gateway in production with Nextjs next-auth with url '/api/auth/callback/cognito' Asked 2 years, 11 months ago Modified 1 year, 2 months ago Viewed 12k times

  4. 502 bad gateway nginx - DigitalOcean

    Aug 31, 2016 · nginx -t If you get an error, you would need to fix that problem and then you could restart nginx:

  5. PHP-FPM and Nginx: 502 Bad Gateway - Stack Overflow

    The issue appears to be rather common: a misconfiguration of nginx or php-fpm can lead to a 502 Bad Gateway error, which is something that I haven't been able to get rid of. Note that this appears even …

  6. NGINX (Reverse Proxy - Bad Gateway - Stack Overflow

    Dec 17, 2021 · nginx usually reports "Bad Gateway" when it can not access the proxy_pass server. so do nginx have access to 192.168.xxx.xxx:80 (i assume you have masked the ip with xxx.xxx ?) - try …

  7. 502 Bad Gateway with Kubernetes Ingress - Stack Overflow

    Feb 20, 2019 · So long story short, looks like you could swap port with targetPort in your service so that: the pods expose port 8080 the service exposes port 8080 of all the pods under service name …

  8. linux - Troubleshooting 502 Bad Gateway error on nginx reverse proxy ...

    Dec 29, 2022 · Troubleshooting 502 Bad Gateway error on nginx reverse proxy configuration Asked 3 years ago Modified 2 years, 7 months ago Viewed 3k times

  9. 502 Bad Gateway on Nginx with Laravel, PHP 8.3, and Ubuntu 24.04

    Sep 25, 2024 · 502 Bad Gateway on Nginx with Laravel, PHP 8.3, and Ubuntu 24.04 Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 933 times

  10. Docker nginx reverse proxy gives "502 Bad Gateway"

    Nov 3, 2017 · Docker nginx reverse proxy gives "502 Bad Gateway" [closed] Asked 8 years, 2 months ago Modified 2 years, 1 month ago Viewed 157k times