Skip to content

Allow arrays for location_custom_cfg_prepend and append#1677

Draft
bwitt wants to merge 1 commit intovoxpupuli:masterfrom
bwitt:location_custom_cfg_prepend-array
Draft

Allow arrays for location_custom_cfg_prepend and append#1677
bwitt wants to merge 1 commit intovoxpupuli:masterfrom
bwitt:location_custom_cfg_prepend-array

Conversation

@bwitt
Copy link
Copy Markdown
Contributor

@bwitt bwitt commented Jan 20, 2026

Pull Request (PR) description

Allow arrays for location_custom_cfg_prepend and location_custom_cfg_append

This Pull Request (PR) fixes the following issues

Fixes #1218

@bwitt bwitt force-pushed the location_custom_cfg_prepend-array branch 2 times, most recently from e7278cf to 26ce3d6 Compare January 20, 2026 05:12
@bwitt bwitt marked this pull request as draft January 20, 2026 05:12
@bwitt bwitt force-pushed the location_custom_cfg_prepend-array branch from 26ce3d6 to c3d3c07 Compare January 20, 2026 05:17
Optional[Hash] $location_cfg_append = undef,
Optional[Hash] $location_custom_cfg_prepend = undef,
Optional[Hash] $location_custom_cfg_append = undef,
Optional[Variant[Hash, Array]] $location_custom_cfg_prepend = undef,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tighten this type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nginx::resource::location says location_custom_cfg_prepend takes an array, but the code doesn't work

1 participant