# Pollux Single Host Example Configuration # # Example configuration for a single Gemini capsule. # For multiple hosts, use virtual hosting instead. # Global settings bind_host = "127.0.0.1" port = 1965 # Log level is set with the RUST_LOG environment variable, e.g. RUST_LOG=info (info) max_concurrent_requests = 100 # Host configuration ["example.com"] root = "./content" cert = "./tmp/cert.pem" key = "./tmp/key.pem"