python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Configuring Keycloak OIDC with an nginx (OpenResty) reverse-proxy
I am experimenting with a two-service docker-compose recipe, largely based on
the following GitHub project:
https://github.com/rongfengliang/keycloak-openresty-openidc
After streamlining, my configur...
Tythos
Votes: 0
Answers: 1
Dynamic routing with nginx, lua and redis
I am trying to make nginx perform proxying based on the URI with the help of lua and redis.
So far, I am able to successfully proxy simple URI like '/hello' to desired target. Was able to achieve this...
dhruvparekh12
Votes: 0
Answers: 1
Python script fails to import mysql.connector when run from Lua
I have a Python script that I try to run from Openresty/Lua with the following Nginx location block:
location / {
access_by_lua_block {
ngx.req.read_body()
local request = ngx.req.get_body...

lucian
Votes: 0
Answers: 1
Lua Script match multiple word
My first time, I try Lua script, I want to match on string (user-Agent), multiple substring to exclude them when it is match.
pattern string is User-Agent pattern, and the multiple string are google, ...
ezceeaaaa
Votes: 0
Answers: 1