]> git.sesse.net Git - cubemap/blobdiff - cubemap.config.sample
Stop leaking the mark pools.
[cubemap] / cubemap.config.sample
index 1a691ee3ccf2482f98f52ff427de3ffcfc5ec62d..8504d2ad551784d79594ba153c009ff5e7f4013a 100644 (file)
@@ -1,3 +1,8 @@
+# Uncomment to run in the background. Note that in daemonized mode, all filenames
+# are relative to an undefined directory, so you should use absolute paths for
+# error_log, stats_file, etc.
+
+#daemonize
 num_servers 4   # one for each cpu
 
 #
@@ -8,6 +13,10 @@ port 9094
 stats_file cubemap.stats
 stats_interval 60
 
+# Logging of clients as they disconnect (and as such as no longer visible in the stats file).
+# You can only have zero or one of these.
+access_log access.log
+
 # Logging of various informational and error messages. You can have as many of these as you want.
 error_log type=file filename=cubemap.log
 error_log type=syslog