I'm going a bit crazy trying to figure out how my error pages are being processed, and I noticed a difference on mac and linux compiles:
osx:
$ curl -I http://dev.example.com
HTTP/1.1 200 OK
Server: openresty
ubuntu:
$ curl -I http://example.com
HTTP/1.1 200 OK
Server: openresty/1.9.7.4
I'm not setting any headers in openresty. This is just getting a blank file. has anyone else experienced this?
osx:
/usr/local/openresty/nginx/sbin/nginx -V
nginx version: openresty/1.9.7.4
ubuntu:
$ /usr/local/openresty/nginx/sbin/nginx -V
nginx version: openresty/1.9.7.4