readme: note that port is necessary in case of non-standard port usage
This commit is contained in:
@@ -431,6 +431,8 @@ services:
|
|||||||
GOAWAY_CHALLENGE_TEMPLATE_THEME: forgejo-dark
|
GOAWAY_CHALLENGE_TEMPLATE_THEME: forgejo-dark
|
||||||
|
|
||||||
# Backend to match. Can be subdomain or full wildcards, "*.example.com" or "*"
|
# Backend to match. Can be subdomain or full wildcards, "*.example.com" or "*"
|
||||||
|
# Note: if you access git.example.com:8080, you will need to set the following
|
||||||
|
# GOAWAY_BACKEND: "git.example.com:8080=http://forgejo:3000"
|
||||||
GOAWAY_BACKEND: "git.example.com=http://forgejo:3000"
|
GOAWAY_BACKEND: "git.example.com=http://forgejo:3000"
|
||||||
|
|
||||||
# additional backends can be specified via more command arguments
|
# additional backends can be specified via more command arguments
|
||||||
|
|||||||
@@ -58,6 +58,12 @@ backends:
|
|||||||
# url: "http://forgejo:3000"
|
# url: "http://forgejo:3000"
|
||||||
# ip-header: "X-Client-Ip"
|
# ip-header: "X-Client-Ip"
|
||||||
|
|
||||||
|
# Example HTTP backend matching a non-standard port in Host
|
||||||
|
# Standard ports are 80 and 443. Others will be sent in Host by browsers
|
||||||
|
#"git.example.com:8080":
|
||||||
|
# url: "http://forgejo:3000"
|
||||||
|
# ip-header: "X-Client-Ip"
|
||||||
|
|
||||||
|
|
||||||
# Example HTTPS backend with host/SNI override, HTTP/2 and no certificate verification
|
# Example HTTPS backend with host/SNI override, HTTP/2 and no certificate verification
|
||||||
#"ssl.example.com":
|
#"ssl.example.com":
|
||||||
|
|||||||
Reference in New Issue
Block a user