nginx: php_fcgi not enabled on a domain without '.' (FreeBSD)

1 post / 0 new
#1 Mon, 12/31/2012 - 09:07
janeksikora

nginx: php_fcgi not enabled on a domain without '.' (FreeBSD)

Hello,

when I create a domain like "test", the virtualmin-nginx module adds something like:

php_fcgi_test_enable="NO"

to rc.conf (and of course php is unable to start).

However, when I create a domain like "test.com", everything is fine:

php_fcgi_test_com_enable="YES"

Why is that?