Changes between Version 1 and Version 2 of Ticket #854, comment 3
- Timestamp:
- 06/04/17 13:58:07 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #854, comment 3
v1 v2 40 40 41 41 I think it will be better, safer and simpler to have a directive directly in nginx to allow inheritance, at least for {{{add_header}}} which is the only inheritance trouble I met. 42 An {{{add_header}}} option {{{inherit}}} like {{{always}}} will do the job, for example {{{add_header Foo Bar inherit}}} ).42 An {{{add_header}}} option {{{inherit}}} like {{{always}}} will do the job, for example {{{add_header Foo Bar inherit}}}.