Changes between Initial Version and Version 1 of Ticket #289, comment 5
- Timestamp:
- 01/19/15 21:51:55 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #289, comment 5
initial v1 1 While reading up on Nginx and the "add_header Strict-Transport-Security" I seen someplace that by using a later version of Nginx 1.7.X+ its possible to add the header to a single server block and the map directive is not needed? 1 While reading up on Nginx and the "add_header Strict-Transport-Security" I seen someplace that by using a later version of nginx >= 1.7.5 its possible to add the header to a single server block and the map directive is not needed? 2 3 4 {{{ 5 add_header Strict-Transport-Security max-age=31536000 always; 6 }}}