I have a header that is not taking in nginx. Say I have a header such as Strict-Transport-Securty.
add_header Strict-Transport-Security 'max-age=31536000; preload' always;
Should max-age and preload be separated by a semi-colon and a space? No space? Commas only? How do I include multiple values? The add_header nginx docs don't mention this.