Implement HTTP-only mode
This is very useful for reserve proxies in cases when TLS passthrough is not desired.
This commit is contained in:
@ -10,6 +10,7 @@ rawDomain = 'raw.codeberg.page'
|
||||
pagesBranches = ["pages"]
|
||||
allowedCorsDomains = []
|
||||
blacklistedPaths = []
|
||||
httpOnlyMode = false
|
||||
|
||||
[gitea]
|
||||
root = 'https://codeberg.org'
|
||||
|
Reference in New Issue
Block a user