1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2025-07-17 01:42:34 +02:00

make the config for production

This commit is contained in:
depesz
2011-03-15 10:59:46 +00:00
parent 682b32b1d7
commit 89bdb9810a
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{
listen => [ 'http://*:3020' ],
workers => 4,
pid_file => '/home/depesz/sites/explain.depesz.com.pid',
listen => [ 'http://*:12004' ],
workers => 2,
pid_file => '/home/depesz/sites/explain.depesz.com.pid',
};