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 [2021/01/27 20:37] – Removed (now broken) webv4 documentation links. ecbbs
Line 176: Line 176:
  
 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 393:
     [, 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 =====