All pastes #2054723 Raw Edit

Stuff

public text v1 · immutable
#2054723 ·published 2011-05-07 00:26 UTC
rendered paste body
        location ~ \.php$ {
                fastcgi_pass   127.0.0.1:9000;
                fastcgi_index  index.php;
                fastcgi_param  SCRIPT_FILENAME  /var/www$fastcgi_script_name;
                include fastcgi_params;
        }