realaravinth
8cd9f0030d
This server will only see occasional traffic so it makes sense to spawn only limited number of workers as opposed to spawning one worker/thread, which is the default behavior. I recommend at least two workers.
18 lines
621 B
TOML
18 lines
621 B
TOML
debug = true
|
|
source_code = "https://github.com/realaravinth/pages"
|
|
|
|
pages = [
|
|
{ branch = "gh-pages", repo = "https://github.com/mCaptcha/website/", path ="/tmp/pages/mcaptcha/website", secret = "faee1b650ac586068a54cb160bd6353c5e16be7c64b49113fe57726e5393" },
|
|
]
|
|
|
|
[server]
|
|
# The port at which you want authentication to listen to
|
|
# takes a number, choose from 1000-10000 if you dont know what you are doing
|
|
port = 7000
|
|
#IP address. Enter 0.0.0.0 to listen on all availale addresses
|
|
ip= "0.0.0.0"
|
|
# enter your hostname, eg: example.com
|
|
domain = "localhost"
|
|
allow_registration = true
|
|
proxy_has_tls = false
|
|
#workers = 2
|