Khalid Mammadov

Results 6 comments of Khalid Mammadov

Additionally I have checked how it looks using `bundle exec jekyll serve --host 0.0.0.0`

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');...