Updated External WebServer Use (markdown)

Aurora Lahtela 2022-03-31 17:53:42 +03:00
parent d46b9d7efc
commit b000776972
1 changed files with 5 additions and 1 deletions

@ -77,4 +77,8 @@ Disable_Webserver| Disables the WebServer initialization (WebServer is not start
External_Webserver_address| Address that is used instead of the WebServer address when the WebServer is offline.
External_Webserver_address should be set to an address that allows appending of folder names such as /player/playername & /server etc.
If you export the html to a separate folder (eg. `../public_html/plan`) The setting should reflect that (`"https://www.example.address/plan"`)
If you export the html to a separate folder (eg. `../public_html/plan`) The setting should reflect that (`"https://www.example.address/plan"`)
## Initial export
- Use `plan(proxy) export players` command to render the existing players' pages after enabling the player html setting.