[marisa] # TCP or Unix socket to listen on. # When the Unix socket is used, the content will be served through FastCGI # listen = /var/run/marisa.sock # listen = 127.0.0.1:9000 # Drop privilege to the user and group specified. # When only the user is specified, the default group of the user # will be used. # user = www # group = www # Change the root directory to the following directory. # When a chroot(2) is set, all paths must be given according to it. # Note: the configuration file is read before it happens # chroot = [www] # baseuri = http://127.0.0.1:9000 # Path to the resources used by the server, must take into account # the chroot is set # rootdir = ./static # tmplpath = ./templates # filepath = ./files # metapath = ./meta # URI context that files will be served on # filectx = /f/ # Maximum per-file upload size (in bytes) # maxsize = 536870912 # 512 MiB # Default expiration time (in seconds). # An expiration time of 0 seconds means no expiration. # expiry = 86400 # 24 hours