[server] # The port the server will bind on port = 4000 # This is meant for when Buranun is behind a reverse proxy # url_prefix is added to all generated links, but nothing is done # for requested path. It is is also used for the Path attribute for cookies # Buranun sets url_prefix = /board # Buranun doesn't support encrypted connections itself, and this is meant for # when it is behind a reverse proxy # ssl controls whether cookies set the Secure attribute, meaning they are only # sent over an encrypted connection ssl = True [site] # This is the site name displayed on e.g. the index page name = A random Buranun-based textboard