Update example.yml

This commit is contained in:
syuilo 2018-07-15 02:17:45 +09:00 committed by GitHub
parent 5ff31e197b
commit 5b9dd4fb80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@ maintainer:
# URL and Port settings overview
# e.g., If you want to realize following structure:
#
# +--- https://example.com:123 -----------+
# +---------+ |+-------------+ +----------------+|
# | Browser | ---> || Proxy (123) | ---> | Misskey (456) ||
# +---------+ |+-------------+ +----------------+|
# +---------------------------------------+
# +--- https://example.com:123 ----------+
# +------+ |+-------------+ +---------------+|
# | User | ---> || Proxy (123) | ---> | Misskey (456) ||
# +------+ |+-------------+ +---------------+|
# +--------------------------------------+
#
# You need to set 'https://example.com:123' to 'url' prop and
# You need to set 456 to 'port' prop.