-
Hello..
i want to used below block in nginx conf and after authentication i don't want to proxy pass
instead of i want to add extention and then access that file. but using that change i can able to…
-
@dmsolr @moonming I want to discuss an enhancement feature for APISIX ecosystem about observability.
SkyWalking built its native tracer implementation for Nginx and APISIX, so we have this, http://…
-
In openresty : 1.11.2.2
With LuaJIT: 2.1.0-beta2
Recently , we moved our app from a Cloud(AWS) to Other Cloud(For example: AliYun), we got a problem in our web app, which is cjson.safe.decode used…
-
I've problem with parsing multiple values passing from my form.
I've following pseudo-code:
``` html
1
...
99
```
For example if I select 2 and 47 after clicking submit button…
-
Say for a particular path MFA should be required.
For example if the location is /basic just authentication with username + password is enough but if a user accessed a location such as /special-acce…
-
I want to build this module with openresty.
My commands look exactly like [the instructions](http://openresty.org/en/installation.html):
./configure --add-module=../nginx-log-zmq-master
…
-
大概的思路是这样的:
location /ab_admin {
content_by_lua_file '../admin/ab_action.lua';
}
```
location /degrade_admin{
content_by_lua_file '../admin/degrade_action.lua';
}
```
仿照你的ab_admin 写一…
-
This place is for bug reports and development discussions only. For general questions and
discussions, please join the openresty-en mailing list instead: https://groups.google.com/group/openresty-en.…
-
I have a file defining some blocks, such as
```
{-head-}
....
{-head-}
```
When I use `template.render("some.html")`, an error occurs:
```
20xx/xx/xx xx:xx:xx [error] 217324#217324: *10239 …
-
Hey!
2 days ago I had to bump the version of this module to latest due to the ACME v1 deprecation. After bumping this module, some certificates could successfully renew in isolation, but certificat…