mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
Add 'overrideUrlPrefix' support to web server
This commit is contained in:
parent
6a684266a2
commit
ec3e3f0755
2 changed files with 18 additions and 12 deletions
|
@ -21,7 +21,8 @@ This will configure HTTP for port 8080 (override with `port`). To additionally e
|
|||
contentServers: {
|
||||
web: {
|
||||
domain: bbs.yourdomain.com
|
||||
|
||||
// set 'overrideUrlPrefix' if for example, you use a transparent proxy in front of ENiGMA and need to be explicit about URLs the system hands out
|
||||
overrideUrlPrefix: https://bbs.yourdomain.com
|
||||
https: {
|
||||
enabled: true
|
||||
port: 8443
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue