Update nginx config to support a longer timeout to prevent it dropping the connection when trying to debug in PHP Storm
fastcgi_read_timeout 600; # Set fairly high for debugging
| /* | |
| Database gets in connection settings from the config file | |
| eg. app/resources/config/config.yml | |
| database: | |
| read: | |
| host: localhost | |
| port: 3306 | |
| user: root | |
| password: secret-shhh |