Commit 1a60caf134ce6bd2b07b132faf2ee1a222865c17
1 parent
90b622a0
Exists in
master
and in
29 other branches
Recommend production environment in thin config for production setups
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
INSTALL
@@ -108,7 +108,7 @@ probably not need to customize this configuration, but have a look at it. | @@ -108,7 +108,7 @@ probably not need to customize this configuration, but have a look at it. | ||
108 | 108 | ||
109 | Create the thin configuration file: | 109 | Create the thin configuration file: |
110 | 110 | ||
111 | -$ thin -C config/thin.yml config | 111 | +$ thin -C config/thin.yml -e production config |
112 | 112 | ||
113 | Edit config/thin.yml to suit your needs. Make sure your apache | 113 | Edit config/thin.yml to suit your needs. Make sure your apache |
114 | configuration matches the thin cluster configuration, specially in respect | 114 | configuration matches the thin cluster configuration, specially in respect |