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: nginx-proxy/nginx-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sdelements/nginx-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 23, 2017

  1. Add 503 rules for nonexistent domain names

    mpetkov committed Nov 23, 2017
    Copy the full SHA
    6809889 View commit details
  2. Fix duplicate definitions for HTTPS 503 responses

    mpetkov committed Nov 23, 2017
    Copy the full SHA
    fc4fba0 View commit details

Commits on Jan 24, 2020

  1. Copy the full SHA
    b951920 View commit details

Commits on Feb 16, 2021

  1. Increate client body size for all review apps.

    Review apps consistently run into issues because the default
    limit is quite small.
    Leta Montopoli committed Feb 16, 2021
    Copy the full SHA
    17b41c1 View commit details
  2. Merge pull request #1 from sdelements/feature/update_max_client_body_…

    …size
    
    Increase client body size for all review apps.
    lmontopo authored Feb 16, 2021
    Copy the full SHA
    bda1a85 View commit details

Commits on Feb 17, 2021

  1. Update the docker-compose.yml file

    This now matches exactly what we have on Arithmetic so that we
    can just run `docker-compose up` instead of `docker run ....`
    to get the nginx container running with things set up the way
    we want.
    Leta Montopoli committed Feb 17, 2021
    Copy the full SHA
    117dd3e View commit details
  2. Merge pull request #2 from sdelements/update/docker_compose

    Update the docker-compose.yml file
    lmontopo authored Feb 17, 2021
    Copy the full SHA
    53ad521 View commit details
  3. Specify proxy timeouts in nginx config.

    Increase these timeouts to 90s (this will match production limits)
    Leta Montopoli committed Feb 17, 2021
    Copy the full SHA
    d17cb5e View commit details
  4. Merge pull request #3 from sdelements/feature/increase_proxy_timeouts

    Specify proxy timeouts in nginx config.
    lmontopo authored Feb 17, 2021
    Copy the full SHA
    c9e0436 View commit details

Commits on Feb 18, 2021

  1. Icrease niginx-proxy timeouts to 5 minutes.

    Accounts for processing delays due to high load on server.
    Leta Montopoli committed Feb 18, 2021
    Copy the full SHA
    8c12817 View commit details
  2. Merge pull request #4 from sdelements/fix/increase_timeouts_5minutes

    Increase time outs to 5 minutes
    lmontopo authored Feb 18, 2021
    Copy the full SHA
    cdb3003 View commit details

Commits on Jul 7, 2023

  1. Copy the full SHA
    d8edb70 View commit details
  2. Fix typo

    RouganStriker committed Jul 7, 2023
    Copy the full SHA
    8406c6d View commit details
  3. Add nginx network

    RouganStriker committed Jul 7, 2023
    Copy the full SHA
    d46ae1b View commit details
Loading