NGINX Set-Misc module

28 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.

set_base32_alphabet The `set_base32_alphabet` directive sets a custom alphabet for base32 encoding… httpserverlocation set_base32_padding The 'set_base32_padding' directive configures whether padding characters are… httpserverlocation set_decode_base32 The `set_decode_base32` directive decodes a Base32-encoded string into its… httpserverlocation set_decode_base64 The `set_decode_base32` directive decodes a Base32 encoded string into its… httpserverlocation set_decode_base64url Sets a variable to the base64 URL-decoded value of the specified input. httpserverlocation set_decode_hex The `set_decode_hex` directive decodes a hexadecimal string into its binary… httpserverlocation set_encode_base32 Encodes a string to Base32 format. httpserverlocation set_encode_base64 The `set_encode_base32` directive encodes a given variable value into Base32… httpserverlocation set_encode_base64url The `set_encode_base64url` directive encodes data into a URL-safe Base64 format. httpserverlocation set_encode_hex The 'set_encode_hex' directive encodes a variable into hexadecimal format. httpserverlocation set_escape_uri The `set_escape_uri` directive encodes a specified value into a URI-safe… httpserverlocation set_formatted_gmt_time Sets a variable to the current GMT time formatted according to a specified… httpserverlocation set_formatted_local_time The `set_formatted_local_time` directive sets a variable to the current local… httpserverlocation set_hashed_upstream Sets a hashed upstream variable used for consistent hashing in NGINX. httpserverlocation set_hmac_sha1 The `set_hmac_sha1` directive computes the HMAC SHA1 hash of a given input… httpserverlocation set_hmac_sha256 The 'set_hmac_sha256' directive computes HMAC-SHA256 hash values. httpserverlocation set_if_empty The `set_if_empty` directive sets a variable to a specified value if that… httpserverlocation set_local_today The 'set_local_today' directive sets a local variable to today's date in a… httpserverlocation set_md5 The `set_md5` directive computes the MD5 hash of a specified variable value in… httpserverlocation set_quote_json_str The `set_quote_json_str` directive is used to escape special characters in a… httpserverlocation set_quote_pgsql_str The set_quote_pgsql_str directive is used to escape special characters in… httpserverlocation set_quote_sql_str The `set_quote_sql_str` directive quotes special characters in a string to… httpserverlocation set_random The `set_random` directive generates a random string based on specified… httpserverlocation set_rotate The `set_rotate` directive allows you to implement a rotating selection among… httpserverlocation set_secure_random_alphanum The `set_secure_random_alphanum` directive generates a secure random… httpserverlocation set_secure_random_lcalpha The `set_secure_random_lcalpha` directive generates a secure random string… httpserverlocation set_sha1 The set_sha1 directive computes the SHA-1 hash of a specified input string in… httpserverlocation set_unescape_uri The `set_unescape_uri` directive decodes a URI component by unescaping… httpserverlocation