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

change pidfile location

This commit is contained in:
depesz
2011-03-15 10:57:13 +00:00
parent a85c72c47a
commit 682b32b1d7

View File

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