Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 662 Bytes

File metadata and controls

26 lines (18 loc) · 662 Bytes

apache2_mod_negotiation

Back to resource list

Manages the Apache mod_negotiation configuration file.

Actions

Action Description
:create Create the configuration.

Properties

Name Type Default Description
language_priority Array ['en', 'ca', 'cs', 'da', ...] Precedence order of languages when no preference is given.
force_language_priority String 'Prefer Fallback' Action when there is no acceptable language match.

Examples

apache2_mod_negotiation '' do
  language_priority %w(en fr de)
end