-
Initially, we talked about running OpenResty to serve and cache static files, but it seems like you can do that with vanilla NGinx, so unless I misunderstood, that doesn't seem like that exciting of a…
-
### Current Behavior
We find that sometimes Apisix access upstream got 502 bad gateway error even if upstream exist.
Error Rate:
- 1/42458 in 15 minutes
- 500+ times in 1 day
![CleanShot 2024-…
-
I want to check something in Lua and then proxy_pass in my target using Nginx code but does not work!
```
location /nt {
default_type 'text/plain';
content_by_lua_block{
local r…
ghost updated
5 years ago
-
I accidentally removed a lua-file from my Linux server. Unfortunately the folder in question has fallen outside of my backup routine and as such, I have no backup at all.
OpenResty is still running …
-
### Description
I saw a 404 log in the console for versions 3.5 and 3.10, but 3.8 is normal. Does this log affect functionality?
3.10 amd 3.5
![image](https://github.com/user-attachments/assets/…
-
I'm attempting to transition our openresty images from Alpine to Debian currently. However, we have a single module, NAXSI, that we load into our image which we were historically adding as part of the…
-
`Nginx`配置文件
```conf
lua_package_path '/opt/lua/?.lua;;';
server {
listen 80;
server_name test.endeny.me;
client_max_body_size 1024M;
# for development
lua_code_cache off;
…
-
### What happened?
Fedora 38:
```bash
$ dnf search crowdsec
Last metadata expiration check: 1:13:31 ago on Wed 07 Feb 2024 09:52:34 PM UTC.
=======================================================…
-
Starting with v054c, configuring Rethink to use a SOCKS5 proxy with authentication will result in infinite connection resets. Configuring Rethink to use a SOCKS5 proxy without authentication works as …
-
Congrats on your work, lua-vips looks really nice. I'd like to use it with OpenResty, but I want to avoid blocking the main process. Have you done any tests in this area and/or have any ideas on how y…
tomas updated
5 years ago