Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NginxProxyManager/nginx-proxy-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: MansourM/nginx-proxy-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 29, 2024

  1. 🔼 added $resolved_proto map

     to ensure that the X-Forwarded-Proto and X-Forwarded-Scheme headers reflect the most accurate protocol. The resolved_proto variable prioritizes the X-Forwarded-Proto header (set by sources like Cloudflare or AWS) and falls back to $scheme when unavailable, then this value is used to set Scheme and Proto instead of $scheme
    MansourM committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    993ce37 View commit details
    Browse the repository at this point in the history
  2. 🔼 Since resolved_progo_map.conf doesn't change content per host, we…

    … should put it in `/docker/rootfs/etc/nginx/conf.d/include/resolved_proto_map.conf` instead.
    MansourM committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    6c5dbf5 View commit details
    Browse the repository at this point in the history
Loading