diff options
-rw-r--r-- | bin/Robust.ini | 10 | ||||
-rw-r--r-- | example/config/config.ini | 2 | ||||
-rw-r--r-- | example/var/www/html/about.html | 2 | ||||
-rw-r--r-- | example/var/www/html/help.html | 2 | ||||
-rw-r--r-- | example/var/www/html/password_help.html | 2 | ||||
-rw-r--r-- | example/var/www/html/register.html | 2 |
6 files changed, 10 insertions, 10 deletions
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 @@ | |||
597 | 597 | ||
598 | ; login page: optional: if it exists it will be used to tell the client to use | 598 | ; login page: optional: if it exists it will be used to tell the client to use |
599 | ; this as splash page | 599 | ; this as splash page |
600 | welcome = ${Const|BaseURL}:${Const|PublicPort}/web/loginpage.html | 600 | welcome = ${Const|BaseURL}/sledjchisl.fcgi/loginpage.html |
601 | 601 | ||
602 | ; helper uri: optional: if it exists it will be used to tell the client to use | 602 | ; helper uri: optional: if it exists it will be used to tell the client to use |
603 | ; this for all economy related things | 603 | ; this for all economy related things |
604 | ;economy = ${Const|SSLURL}:${Const|PublicSSLPort}/economy | 604 | ;economy = ${Const|SSLURL}:${Const|PublicSSLPort}/economy |
605 | 605 | ||
606 | ; web page of grid: optional: page providing further information about your grid | 606 | ; web page of grid: optional: page providing further information about your grid |
607 | about = ${Const|BaseURL}:${Const|PublicPort}/web/about.html | 607 | about = ${Const|BaseURL}/sledjchisl.fcgi/about.html |
608 | 608 | ||
609 | ; account creation: optional: page providing further information about obtaining | 609 | ; account creation: optional: page providing further information about obtaining |
610 | ; a user account on your grid | 610 | ; a user account on your grid |
611 | register = ${Const|SSLURL}:${Const|PublicSSLPort}/web/account.html | 611 | register = ${Const|SSLURL}/sledjchisl.fcgi/register.html |
612 | 612 | ||
613 | ; help: optional: page providing further assistance for users of your grid | 613 | ; help: optional: page providing further assistance for users of your grid |
614 | help = ${Const|BaseURL}:${Const|PublicPort}/web/help.html | 614 | help = ${Const|BaseURL}/sledjchisl.fcgi/help.html |
615 | 615 | ||
616 | ; password help: optional: page providing password assistance for users of your grid | 616 | ; password help: optional: page providing password assistance for users of your grid |
617 | password = ${Const|SSLURL}:${Const|PublicSSLPort}/web/password_help.html | 617 | password = ${Const|SSLURL}/sledjchisl.fcgi/password_help.html |
618 | 618 | ||
619 | ; HG address of the gatekeeper, if you have one | 619 | ; HG address of the gatekeeper, if you have one |
620 | ; this is the entry point for all the regions of the world | 620 | ; this is the entry point for all the regions of the world |
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 @@ | |||
19 | DbPath = "../../var/lib/db" | 19 | DbPath = "../../var/lib/db" |
20 | LogPath = "../../var/log" | 20 | LogPath = "../../var/log" |
21 | PIDPath = "../../var/run" | 21 | PIDPath = "../../var/run" |
22 | WebPath = "../../web" | 22 | WebPath = "../../var/www/html" |
23 | 23 | ||
24 | [Const] | 24 | [Const] |
25 | MOTD = "Welcome to your local grid." | 25 | 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 @@ | |||
2 | <title>About this grid</title> | 2 | <title>About this grid</title> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | 5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> |
6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> | 6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> |
7 | <meta http-equiv="refresh" content="120"> | 7 | <meta http-equiv="refresh" content="120"> |
8 | </head> | 8 | </head> |
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 @@ | |||
2 | <title>Help for this grid</title> | 2 | <title>Help for this grid</title> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | 5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> |
6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> | 6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> |
7 | <meta http-equiv="refresh" content="120"> | 7 | <meta http-equiv="refresh" content="120"> |
8 | </head> | 8 | </head> |
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 @@ | |||
2 | <title>Password help for this grid</title> | 2 | <title>Password help for this grid</title> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | 5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> |
6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> | 6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> |
7 | <meta http-equiv="refresh" content="120"> | 7 | <meta http-equiv="refresh" content="120"> |
8 | </head> | 8 | </head> |
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 @@ | |||
2 | <title>Account for this grid</title> | 2 | <title>Account for this grid</title> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | 5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> |
6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> | 6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> |
7 | <meta http-equiv="refresh" content="120"> | 7 | <meta http-equiv="refresh" content="120"> |
8 | </head> | 8 | </head> |