mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +08:00
20039860eb
Amended documentation to point to it from the install guide in the alternative section Removed callout from the ubuntu guide, as it is unrelated
13 lines
247 B
YAML
13 lines
247 B
YAML
address: localhost
|
|
port: 3000
|
|
timeout: 30
|
|
pid: /tmp/web_server.pid
|
|
socket: /tmp/web_server.sock
|
|
max_conns: 1024
|
|
max_persistent_conns: 100
|
|
require: []
|
|
wait: 30
|
|
daemonize: true
|
|
chdir: $STACK_PATH
|
|
environment: $RAILS_ENV
|
|
log: $STACK_PATH/log/thin.log |