Snippets

Prawee Wongsa php-fpm

Created by Prawee Wongsa
1
2
3
4
5
6
7
location ~ \.php$ {
    try_files      $uri = 404;
    fastcgi_pass   127.0.0.1:9000;
    fastcgi_index  index.php;
    fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;
    include        fastcgi_params;
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.