server { listen 80; root /Users/niachi/Library/CloudStorage/Dropbox/websites; index index.php index.html; location ~ \.php$ { fastcgi_pass php:9000; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }