Project

General

Profile

how to forward ip to domain

Added by orxan semedov about 7 years ago

hi everyone,

i have redmine and i installed - http://localhost:3030(static ip). i want to redirect subdomain to redmine ip adress .

my domain - http://support.xxx.com , please help me .

my conf file -- /etc/httpd/conf.d/passenger.conf

NameVirtualHost *:3030
<VirtualHost *:3030>
ServerName support.xxx.com
DocumentRoot /var/www/redmine/public
</VirtualHost>


Replies (1)

RE: how to forward ip to domain - Added by Kush Suryavanshi about 7 years ago

Depending on your domain configuration, you will need to understand port forwarding, MX records, possibly reverse proxy(Nginx) and if you have dynamic IP, some dynamic DNS service.

    (1-1/1)