How to install nginx-module-cookie-flag in CentOS/RHEL 6 (x86_64)
NGINX cookie flag module
Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install nginx-module-cookie-flag
Description
This module for NGINX allows to set the flags "HttpOnly", "secure" and "SameSite" for cookies in the "Set-Cookie" upstream response headers. The register of letters for the flags doesn't matter as it will be converted to the correct value. The order of cookie declaration among multiple directives doesn't matter too. It is possible to set a default value using symbol "*". In this case flags will be added to the all cookies if no other value for them is overriden.
RPMs
no changelog
no changelog
no changelog
no changelog
no changelog
no changelog
Danila Vershinin (2019-08-16)
—
- upstream version auto-updated to 1.16.1.1.1.0
Danila Vershinin (2019-04-24)
—
- upstream version auto-updated to 1.16.0.1.1.0 · - Initial release
Danila Vershinin (2018-12-07)
—
- upstream version auto-updated to 1.14.2.1.1.0 · - Initial release
Danila Vershinin (2018-11-07)
—
- upstream version auto-updated to 1.14.1.1.1.0 · - Initial release