@@ 2,7 2,7 @@
// Global configuration
global = {
- serverroot = "/usr/local/src/gemlog"; // Root directory of the vhost docroots
+ serverroot = "/usr/local/src/gemcapsule"; // Root directory of the vhost docroots
logdir = "/var/log/gemini"; // Where to put logfiles
loglocaltime = "yes"; // Use local time for timestamps in logs
logtimeformat = "[%d/%b/%Y:%H:%M:%S %z]"; // Time format for timestamps in logs
@@ 14,7 14,7 @@ global = {
vhost = (
{
name = "www.groovestomp.com"; // Hostname
- docroot = "public"; // document root, relative to serverroot
+ docroot = "out"; // document root, relative to serverroot
accesslog = "access.log"; // Name of access log file, relative to logdir
errorlog = "error.log"; // Name of error log file, relative to logdir
cert = "/var/lib/gemini/certs/groovestomp.com.crt"; // Path to SSL public key