diff options
author | rinpatch <rinpatch@sdf.org> | 2019-03-21 17:08:40 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-03-21 17:08:40 +0000 |
commit | b48fddef5f0528e9b45d7277588108c0bf777349 (patch) | |
tree | 20374c28dba8a8dee3bff211fb5f8907be9951cf /docs/config.md | |
parent | b92a16aa006dd7ec26397b6fcd111c8f8f843a9c (diff) | |
parent | 80bc9ed2ba9aa86edf8c1756c9ee59ad2a9bf20b (diff) | |
download | pleroma-b48fddef5f0528e9b45d7277588108c0bf777349.tar.gz |
Merge branch 'feature/gopher-dstport' into 'develop'
Add a gopher url port config option
See merge request pleroma/pleroma!959
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 201180373..4fa6bd62d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -190,6 +190,7 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i * `enabled`: Enables the gopher interface * `ip`: IP address to bind to * `port`: Port to bind to +* `dstport`: Port advertised in urls (optional, defaults to `port`) ## :activitypub * ``accept_blocks``: Whether to accept incoming block activities from other instances |