DORSETRIGS
Home

openresty (5 post)


posts by category not found!

nginx-openresty rewrite_by_lua_block and ngx.req.set_uri redirects to a file instead of location

Understanding rewrite by lua block and ngx req set uri in NGINX Open Resty When working with NGINX Open Resty web developers often encounter scenarios where the

2 min read 23-09-2024 55
nginx-openresty rewrite_by_lua_block and ngx.req.set_uri redirects to a file instead of location
nginx-openresty rewrite_by_lua_block and ngx.req.set_uri redirects to a file instead of location

reading request headers on ngnix from a grpc client

Understanding How to Read Request Headers in NGINX from a g RPC Client When you re working with g RPC and NGINX you may often need to access the request headers

2 min read 17-09-2024 44
reading request headers on ngnix from a grpc client
reading request headers on ngnix from a grpc client

Unable to read headers in NGINX from gRPC request

Troubleshooting NGINX Unable to Read Headers in g RPC Requests In the world of microservices and cloud native architectures g RPC has emerged as a powerful RPC

2 min read 17-09-2024 73
Unable to read headers in NGINX from gRPC request
Unable to read headers in NGINX from gRPC request

Dynamic discovery URL inside Openresty setup

Dynamic Discovery URL Inside Open Resty Setup Open Resty is a powerful web server that combines Nginx with Lua scripting enabling developers to build dynamic we

3 min read 17-09-2024 52
Dynamic discovery URL inside Openresty setup
Dynamic discovery URL inside Openresty setup

Openresty Hello world with docker

A Beginners Guide to Open Resty Hello World with Docker This article will guide you through building a simple Open Resty Hello World application using Docker We

3 min read 06-09-2024 110
Openresty Hello world with docker
Openresty Hello world with docker