All pastes #2123245 Raw Edit

Mine

public text v1 · immutable
#2123245 ·published 2012-03-01 16:08 UTC
rendered paste body
                location /~me {
                        alias   /home/me/public_html/;
                }
                
                location ~ \.php$ {
                        fastcgi_pass   unix:/tmp/fpm.socket;
                        fastcgi_index  index.php;
                        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
                        include        fastcgi_params;
                }