-
PS C:\Users\coco> docker run -it -p 1935:1935 -p 8080:80 --rm alfg/nginx-rtmp:cuda
" "VLC/3.0.19 LibVLC/3.0.19"
2024/11/21 01:36:56 [info] 13#13: *1 client 172.17.0.1 closed keepalive connection
…
-
The Wavelog Installer fails with nginx webserver.
It's basically the database migration which fails due to a infinite redirect which only appears in default nginx configs.
Was already mentione…
-
I'm using the code below to upload a jpg that's 2.4MB
```
content = File.open(temp_file, 'rb', &:read)
response = @b2.put_object(ENV["B2_BUCKET"], b2_path, content)
```
however, sometimes i'd g…
-
### What's needed and why?
I'd like bunkerweb to be able to add/remove additional "listen" directives to its nginx server for specific servers
For example in vanilla nginx I have every server co…
-
root@sd-server-01:~/avatar# nginx
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Unknown error)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Unknown error)
nginx: [emerg] bind() to 0.0.0.0:80 f…
-
### Describe the feature request.
Modsec rules can potentially block legitimate requests which can cost time investigating and applying bypass rules. It would be useful if we could receive alerts whe…
-
See https://github.com/OneZoom/OZtree/issues/912#issuecomment-2496110064. Is there a way to let nginx know that any calls to /*/static should simply serve up the files in the corresponding folder @len…
-
### Environment
Include the result of the following commands:
- `nginx -V`
- `uname -a`
nginx version: nginx/1.26.2
built by gcc 11.4.1 20231218 (Red Hat 11.4.1-3) (GCC)
built with OpenSSL 3.0.7 …
-
nginx:latest
-
### Current Behavior
# set upstream
```
curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
{
"uri": "/*",
"upstream": {
…