yes I did.
root@server [/etc/nginx/vhosts]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
I was editing them in plain document mode. That was my bad. It didn't seem to make a difference. The endquote worked fine when we had the ip in the base url.
And yeah! of course! I'm glad you like it.
Thanks guys. Geez I hope there isn't already an 'introduce yourself' section. I think I posted that super late at night/early in the morning and sometimes I get a little tunnel-vision.
Hey @medwards -- Indeed, that's what we're hoping to do with search. Not everyone wants to use Reds, so I'm actually planning on divorcing Reds from core, and allowing third-party plugins to interface with the routes.
@julian yep, talking about that one. I've actually done some testing with a web app I developed on the performance between jQuery and vanilla JS. It's only sometimes that vanilla is really faster. (I did manage to get one jQuery routine from about 300ms to ~14ms with vanilla JS though!)