Simple Redirect to login screen.
-
Just created this: [url]http://fogproject.org/wiki/index.php/Simple_Redirect[/url]
Allows you to redirect from x.x.x.x to x.x.x.x/fog/management
This way, you no longer have to type in /fog/management. Just type in the IP and go straight to the login page.
Enjoy.
-
We use our own DNS to create:
- a uniquely named static Host (A) record for the Fog server’s IP address in the Forward Lookup Zone of the DNS
… then add the following command during configuration of the server post-Fog install:
if [ -f /var/www/html/index.html ]; then mv -u /var/www/html/index.html /var/www/html/index.html.old; fi
From then on it’s just: xyzfog/