worker_processes 3; events { worker_connections 1024; } http { [SKIP] server { listen 80; server_name CMF.test.com; location / { include conf/fastcgi.conf; fastcgi_pass 127.0.0.1:PORT; fastcgi_index YOUR_SKRIPT_HERE (as example: fastcgi.pl or index.php); access_log off; } } }