Proxmox default login page location

boxprox

New Member
Jun 19, 2009
6
0
1
Ok, so I installed proxmox, and now when I type my server's IP address, it gets me to login page. Thats good.

But, i wanna have a different page when I visit my site, and not my proxmox login.

In which folder is the proxmox web stuff? Also, how can I configure the webserver to point into the folder /var/www/index.html?

What I can see is that proxmox is NOT located in the /var/www/ folder, because there is just one file called index.html saying "It works"//

help.
Thanks
 
Yes but it's not a good idea, you've better to have your website hosted in a VM and not on the host.

Anyway, you have to look at /etc/apache2/sites-enabled/pve.conf
For example you can reconfigure the default vhost as you want and add something like
Alias /proxmox/ /usr/share/pve-manager/
but as it has a lot of Directory and RewriteCond instructions, you'll have to modifiy each of these.

But I say it again, it's not a good idea.