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: uqlibrary/docker-nginx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11
Choose a base ref
...
head repository: uqlibrary/docker-nginx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 18 files changed
  • 1 contributor

Commits on Oct 20, 2016

  1. Update docker-base and add larger fastcgi buffers

    fastcgi buffer changes are hoped to fix "upstream sent too big header" errors when dealing with massive return url values
    dancallan authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    30cdcbb View commit details
    Browse the repository at this point in the history
  2. Fixing syntax bug in last commit

    Missing the && \ to chain the new run commands
    dancallan authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    61142f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec5f76 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Update Dockerfile

    Increased the fastcgi buffer sizes and updated to latest docker-base version
    dancallan authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    aa11b8f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    a35c44d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Update Dockerfile

    Using latest docker-base image
    dancallan authored May 4, 2018
    Configuration menu
    Copy the full SHA
    067a540 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    cb601d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Fixing worker_rlimit_nofile errors on startup

    Removed worker_rlimit_nofile as it is unnecessary (alpine build of nginx already has nr/open files limit of 1M)
    dancallan authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    0d0a77b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    dancallan authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    e00f923 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    dancallan authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    7f03077 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Configuration menu
    Copy the full SHA
    9a4cfcf View commit details
    Browse the repository at this point in the history
Loading