How to Install and Uninstall nginx-module-cookie-flag Package on openSUSE Leap

Last updated: June 03,2024

1. Install "nginx-module-cookie-flag" package

Please follow the step by step instructions below to install nginx-module-cookie-flag on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nginx-module-cookie-flag

2. Uninstall "nginx-module-cookie-flag" package

In this section, we are going to explain the necessary steps to uninstall nginx-module-cookie-flag on openSUSE Leap:

$ sudo zypper remove nginx-module-cookie-flag

3. Information about the nginx-module-cookie-flag package on openSUSE Leap

Information for package nginx-module-cookie-flag:
-------------------------------------------------
Repository : Main Repository
Name : nginx-module-cookie-flag
Version : 1.1.0-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.7 KiB
Installed : No
Status : not installed
Source package : nginx-module-cookie-flag-1.1.0-bp155.2.12.src
Upstream URL : https://github.com/AirisX/nginx_cookie_flag_module
Summary : The Nginx module for adding 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.