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: voxpupuli/puppet-nginx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: voxpupuli/puppet-nginx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 13 commits
  • 16 files changed
  • 5 contributors

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    6af79fb View commit details
    Browse the repository at this point in the history
  2. modulesync 5.4.0

    bastelfreak committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1c8eaed View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Merge pull request #1529 from voxpupuli/modulesync

    modulesync 5.4.0
    ekohl authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    26f6285 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Enable subdirectory hierarchy for client_body and proxy temp paths

    Allow specification of up to three-level subdirectory hierarchy for
    both [client_body_temp_path](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_temp_path)
    and [proxy_temp_path](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_temp_path) options
    
    This allows for the existing string option to specify just the path as
    it works now, and for an alternate type as an array with the first
    element as the path, and the up to 3 additional integers for each level
    
    - Updated docs
    - Updated tests
    
    Rubocop fix
    
    Apply suggestions from code review
    
    Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
    
    Rubocop suggested fix
    jplindquist committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    492f1a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1531 from jplindquist/temp_path_depth

    Enable subdirectory hierarchy for client_body and proxy temp paths
    bastelfreak authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5b294a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    310bf32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1532 from idl0r/master

    Add support for proxy_cache_background_update
    bastelfreak authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    10162d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Jan 10, 2023

  1. Merge pull request #1534 from idl0r/master

    Add support for proxy_cache_convert_head
    bastelfreak authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ca982d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1aa3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1525 from tuxmea/map_hash_bucket

    allow setting of map_hash_bucket_size and map_hash_max_size
    bastelfreak authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    79cf78e View commit details
    Browse the repository at this point in the history
  4. Release 4.3.0

    bastelfreak committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ff56c74 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1535 from bastelfreak/rel430

    Release 4.3.0
    bastelfreak authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0f96e9a View commit details
    Browse the repository at this point in the history
Loading