From 6ec221bd5c6ef170dc944cad9c3a9c3ae845878c Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 9 Sep 2021 16:43:33 +1000 Subject: Get the other viewer web pages to work via FCGI. --- example/config/config.ini | 2 +- example/var/www/html/about.html | 2 +- example/var/www/html/help.html | 2 +- example/var/www/html/password_help.html | 2 +- example/var/www/html/register.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'example') diff --git a/example/config/config.ini b/example/config/config.ini index 03182fa..f288369 100644 --- a/example/config/config.ini +++ b/example/config/config.ini @@ -19,7 +19,7 @@ DbPath = "../../var/lib/db" LogPath = "../../var/log" PIDPath = "../../var/run" - WebPath = "../../web" + WebPath = "../../var/www/html" [Const] MOTD = "Welcome to your local grid." diff --git a/example/var/www/html/about.html b/example/var/www/html/about.html index 7294c21..20fa373 100644 --- a/example/var/www/html/about.html +++ b/example/var/www/html/about.html @@ -2,7 +2,7 @@ About this grid - + diff --git a/example/var/www/html/help.html b/example/var/www/html/help.html index 17022d8..2c99caf 100644 --- a/example/var/www/html/help.html +++ b/example/var/www/html/help.html @@ -2,7 +2,7 @@ Help for this grid - + diff --git a/example/var/www/html/password_help.html b/example/var/www/html/password_help.html index db6c659..0578396 100644 --- a/example/var/www/html/password_help.html +++ b/example/var/www/html/password_help.html @@ -2,7 +2,7 @@ Password help for this grid - + diff --git a/example/var/www/html/register.html b/example/var/www/html/register.html index e37d2b0..26e62a6 100644 --- a/example/var/www/html/register.html +++ b/example/var/www/html/register.html @@ -2,7 +2,7 @@ Account for this grid - + -- cgit v1.1