diff --git a/External-WebServer-Use.md b/External-WebServer-Use.md index d952e9a..d0428d8 100644 --- a/External-WebServer-Use.md +++ b/External-WebServer-Use.md @@ -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"`) \ No newline at end of file +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. \ No newline at end of file