You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a possibility. You could add a commented out include line in the nginx config pointing to a cdn.conf that looks something like this. When a request comes for a vendor-provided resource from an IP address outside the LAN, it sends a temporary redirect to the CDN:
The behavior of rewrite is to send the redirect immediately if the rewritten URL starts with https:// so we don't need break here.
This looks only at the source IP of the request, if the request is being proxied and you want to trust the X-Forwarded-For header sent by the proxy then you can add to the geo stanza trust <proxy-ip>/32.
No description provided.
The text was updated successfully, but these errors were encountered: