diff --git a/README.md b/README.md index 0fb46095..880babb4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Neocities can be quickly launched in development mode with [Vagrant](https://www vagrant up --provision ``` -![Vagrant takes a while, make a pizza while waiting](http://i.imgur.com/vfIJPXP.png) +![Vagrant takes a while, make a pizza while waiting](https://i.imgur.com/dKa8LUs.png) ``` vagrant ssh diff --git a/puma_config.rb b/puma_config.rb index 72a18455..3671990e 100644 --- a/puma_config.rb +++ b/puma_config.rb @@ -1,6 +1,6 @@ require 'facter' -#threads 1, 1 +threads 5, 5 environment 'production' #daemonize pidfile '/var/run/neocities/neocities.pid'