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. --- bin/Robust.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/Robust.ini') diff --git a/bin/Robust.ini b/bin/Robust.ini index 9c54de7..319bc4c 100644 --- a/bin/Robust.ini +++ b/bin/Robust.ini @@ -597,24 +597,24 @@ ; login page: optional: if it exists it will be used to tell the client to use ; this as splash page - welcome = ${Const|BaseURL}:${Const|PublicPort}/web/loginpage.html + welcome = ${Const|BaseURL}/sledjchisl.fcgi/loginpage.html ; helper uri: optional: if it exists it will be used to tell the client to use ; this for all economy related things ;economy = ${Const|SSLURL}:${Const|PublicSSLPort}/economy ; web page of grid: optional: page providing further information about your grid - about = ${Const|BaseURL}:${Const|PublicPort}/web/about.html + about = ${Const|BaseURL}/sledjchisl.fcgi/about.html ; account creation: optional: page providing further information about obtaining ; a user account on your grid - register = ${Const|SSLURL}:${Const|PublicSSLPort}/web/account.html + register = ${Const|SSLURL}/sledjchisl.fcgi/register.html ; help: optional: page providing further assistance for users of your grid - help = ${Const|BaseURL}:${Const|PublicPort}/web/help.html + help = ${Const|BaseURL}/sledjchisl.fcgi/help.html ; password help: optional: page providing password assistance for users of your grid - password = ${Const|SSLURL}:${Const|PublicSSLPort}/web/password_help.html + password = ${Const|SSLURL}/sledjchisl.fcgi/password_help.html ; HG address of the gatekeeper, if you have one ; this is the entry point for all the regions of the world -- cgit v1.1