Updated External WebServer Use (markdown)

Risto Lahtela 2021-01-20 09:12:58 +02:00
parent 2eba93da01
commit e078baa6db
1 changed files with 4 additions and 4 deletions

@ -14,13 +14,13 @@ This is done by exporting the HTML files periodically or manually. (With /plan e
# Make sure user running the server has write permissions to the path.
# -----------------------------------------------------
Export:
HTML_Export_path: 'Analysis Results'
HTML_Export_path: 'Analysis Results' <-- change to your webserver's public_html folder
JSON_Export_path: 'Raw JSON'
Parts:
# Player pages/JSON are only written on join/leave.
Player_pages: true
Players_page: true
Server_page: true
Player_pages: true <-- enable for html
Players_page: true <-- enable for html
Server_page: true <-- enable for html
Player_JSON: true
Server_JSON: true
# All player pages/JSON can be exported by using /plan m export players