location ~ \.php$ { root /usr/share/nginx/html; fastcgi_pass 172.17.0.3:9000; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; }