-
we have a lot of content that is never displayed on the site because the entire block has css: display:none.
with jquery lazyload (http://www.appelsiini.net/projects/lazyload) this works perfectly, I…
-
I am reading the code of ngx_rtmp_notify_module.c. ngx_rtmp_notify_publish_handle and ngx_rtmp_notify_play_handle both call ngx_rtmp_notify_set_name to modify the param of next_play. But what relay do…
-
Some files are never optimized by PageSpeed and it's not clear why. I understand that it skips the ones with `"use strict"` although those would be a growing number, but this is not the case with the …
-
Hi.
i want create custom error_page for blocked some ua. in "server" i create
if ($http_user_agent ~\* "BOT/0.1") {return 505;}
error_page 505 =403 /block.html;
location = /block.html {
root "/etc/ng…
zysyl updated
10 years ago
-
After setting up a wildcard DNS entry pointing to the IP of my vagrant instance and confirming it resolved both locally and within the VM received the following error during installation of the guest,…
-
Hello,
I just tried the trim module with nginx-echo module to test few cases. I am not sure how it works but when there are more number of space " " characters, it just replaces the word after the sp…
-
I tried to stream using FMLE using multiple streams and it didn't work.
-
Hi,
I got this working on my mac using latest OpenResty bundle, and websockets version of Lua nginx-module. This is really great stuff.
I have written small demos on my own, and I have got the basic…
-
The make error is:
```
/usr/bin/ld: cannot find -lMagickWand
```
I've compiled ImageMagick froum latest source on Debian Wheezy X86_64. Nginx and module are latest from git.
For workaround I use:
se…
-
I've been tooling with ironbee and nginx this morning, and one of the first things I noticed (and I've found no documentation either pointing out an error on my part or identifying this as a bug) is t…