-
I was playing with the [quiche HTTP/3 patch from Cloudflare](https://blog.cloudflare.com/http3-the-past-present-and-future/) and built NGINX with the following configuration:
```
nginx version: ng…
livid updated
4 years ago
-
I save uploaded image by users into Storage folder with customized path. The image's name will be parsed to know where image will be save in my Storage. Therefore, I write function to return image dat…
-
After running:
```bash
git clone https://www.github.com/singularityhub/singularity-compose-simple
cd singularity-compose-simple
singularity-compose build
```
I get the following error:
```
/us…
-
I'm having issues with nginx children segfaulting while using access_udplog. Debugging output and backtrace below. Any help would be appreciated.
```
DEBUG LOG
===================================
…
-
Hi everybody :wave:
This is the same issue as reported in #9416 which is still an issue with certbot 2.10.0 today, it seems.
## My operating system is (include version):
CRUX version 3.7, with…
-
2022/02/17 07:08:58 [alert] 93333#93333: *4 epoll_ctl(1, 15) failed (17: File exists), client: 10.115.205.7, server: example.com, request: "POST /pma/index.php?route=/database/structure/favorite-table…
-
**Is your feature request related to a problem? Please describe.**
Not an actual problem, but it could increase performance and scores for sites using NPM
**Describe the solution you'd like**
Ad…
-
I'm trying to get image width and height information. I can do it directly by querying the proxied location with curl, but I can not do it from lua code with ngx.location.capture. it just returns the …
-
I have setup several upstreams with checks. After that, I tried to make a change in the upstream conf file and I make a stress test, I receive errors (no upstreams available) and I could see in the st…
-
in the read me file, you set 【lua_shared_dict redis_cluster_slot_locks 100k;】,but how do i hnow 100k is enough,can i enlarge it?How do i to assess the redis_cluster_slot_locks size?
在readme的…