You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
the semicolon in the header content is replaced by a newline. nginx returns the newline also in the header parameter and the at least some browser cannot parse that correctly.
I found an issue when generating a nginx config with the option "add_header" and a ";" in the header content, like this snippet:
it generates an incorrect site config file:
the semicolon in the header content is replaced by a newline. nginx returns the newline also in the header parameter and the at least some browser cannot parse that correctly.
the correct config file has to be
resulting in the correct header answer
can you fix that? for now a use the ansible replace command to fix the incorrect config files using a regex.
The text was updated successfully, but these errors were encountered: