template/config.rb in gemirro-1.0.0 vs template/config.rb in gemirro-1.1.0
- old
+ new
@@ -15,9 +15,12 @@
# If you want to run your server on a specific host and port, you must
# change the following parameters (server_host and server_port).
#
# server.host 'localhost'
# server.port '2000'
+
+ # If you don't want the server to run daemonized, uncomment the following
+ # server.daemonize false
server.access_log File.expand_path('../logs/access.log', __FILE__)
server.error_log File.expand_path('../logs/error.log', __FILE__)
# If you don't want to generate indexes after each fetched gem.
#