Khalid Mammadov
Khalid Mammadov
Additionally I have checked how it looks using `bundle exec jekyll serve --host 0.0.0.0`
@HyukjinKwon @srowen please review
Sure, will work on whole file and revert
@HyukjinKwon @srowen please review
I have also checked how they look using `bundle exec jekyll serve --host 0.0.0.0`
Install lua-nginx module as explained in https://github.com/openresty/lua-nginx-module#installation ## Then create a perl file in $OPENSHIFT_DATA_DIR/sbin/get_host_ip.pl with following code use strict; use warnings; use Socket; use Data::Dumper; my @addresses = gethostbyname('YOUR_DYM_DOMAIN.dtdns.net');...