Skip to content

Instantly share code, notes, and snippets.

View zeeZ's full-sized avatar

Christian zeeZ

View GitHub Profile
@zeeZ
zeeZ / confphp
Created October 31, 2011 13:52 — forked from Ivoz/home
#conf/php
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
include fastcgi_params;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}