NGINX Reverse-Proxy + Base URL = ERR_TOO_MANY_REDIRECTS (infinite redirects). Can someone help me solve this?

This page summarizes the projects mentioned and recommended in the original post on /r/magento2

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Magento

    Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.

  • upstream fastcgi_backend { server 127.0.0.1:9000; } server { listen 8088; server_name _; set $MAGE_ROOT /var/www/html; client_max_body_size 32M; real_ip_header X-Forwarded-For; set_real_ip_from 172.18.0.0/24; set_real_ip_from 172.17.0.0/24; include /etc/nginx/conf.d/magento2; # THIS IS THE STANDARD MAGENTO 2.3.5 NGINX CONF SAMPLE FILE!(https://github.com/magento/magento2/blob/2.4-develop/nginx.conf.sample) }

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts