Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
server:web [2015/11/09 21:04] – [webctrl.ini per-directory configuration file] Move AccessRequirements example into AccessRequirements section. deuceserver:web [2020/11/18 06:19] – web_root_dir ecbbs
Line 11: Line 11:
 It also, through Server-Side JavaScript (SSJS), allows dynamic pages to be It also, through Server-Side JavaScript (SSJS), allows dynamic pages to be
 created which can access BBS data directly. created which can access BBS data directly.
 +
 +For more information on the webv4 implementation, visit [[https://github.com/echicken/synchronet-web-v4/wiki|webv4]]
  
  
Line 176: Line 178:
  
 Enable TLS support. Enable TLS support.
 +
 +''HSTS_SAFE''
 +
 +Indicates that all URLs availabe via http are also available via https and redirects clients who want a TLS session to the https location.
 +
 ==== Other configuration files ==== ==== Other configuration files ====
  
Line 388: Line 395:
     [, string path      [, string path 
     [, bool secure ]]]])     [, bool secure ]]]])
 +
 +
 +==== Extra global variables ====
 +
 +=== web_root_dir ===
 +The path to the web server's document root directory.
 +
 +See also: the RootDirectory key under [Web] in [[config:sbbs.ini]].
 +
  
 ===== The SSJS Template System ===== ===== The SSJS Template System =====