forked from voxpupuli/puppet-nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance logging support per location: adding access_log & log_not_fou…
…nd directives adding documentation comments adding support for include directive in map (voxpupuli#1149) * adding support for include directive in map * change param name includes to include_files to keep naming consistent with the other manifests adding test to ensure empty value , single and multiple inclusions works correctly * fix rubocop offenses adding support for proxy_cache_bypass and proxy_cache_lock (voxpupuli#1150) * adding support for proxy_cache_bypass and proxy_cache_lock * adding tests and restrict proxy_cache_lock to enum fixing access_log, adding error_log and adding tests access_log: adding format_log to stay consistent with server declaration: when using it just disable logging, error_log: adding error_level to be able to set a different error level per location if needed); passing off disable the error_log changing type to Optional[Variant[Array, String]] for access_log & error_log to handle multiple declaration changing type to Optional[Variant[Array, String]] for access_log & error_log to handle multiple declaration
- Loading branch information
Showing
2 changed files
with
130 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters