saltstack-formulas / apache-formula

Set up and configure the Apache HTTP server
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
50 stars 285 forks source link

Add rewrite in <Directory> section #380

Open HystericalHatter opened 2 years ago

HystericalHatter commented 2 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

I needed to have a set of rewrite rules in a Directory section, so I edited the standard template to allow it.

Pillar / config required to test the proposed changes

Besides adding rewrite config under Directory/whatever instead of directly under « sites », there is none.

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context