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
Previously, the keyval state file was configured to be stored in the "conf.d"
directory. By default, the NGINX process does not have write access to this
directory, necessitating users to either specify a different path or alter
the directory permissions.
The default path for the state file has been changed to "/var/lib/nginx/state".
This new location is more suitable for most Linux users and aligns with
security best practices, as only the NGINX user has read and write permissions
by default.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -136,9 +136,9 @@ Manual configuration involves reviewing the following files so that they match y
136
136
The key-value store is used to maintain persistent storage for ID tokens and refresh tokens. The default configuration should be reviewed so that it suits the environment. This is part of the advanced configuration in **openid_connect_configuration.conf**.
0 commit comments