Custom for subdomain

Kurogane

Verified User
Joined
Oct 6, 2019
Messages
89
How can I set up a subdomain to have a dedicated IP address?

What I want is for domain.com to have one dedicated IP and subdomain.domain.com to have another dedicated IP, and I want to achieve this through a configuration template or some sort of HTTPD Config. These are the only two methods no DNS changes. I want the IP address to be configured within the Nginx and Apache (reverse proxy) config files. Is it possible to do what I need?
 
you can rewrite some token that using in the template at CUSTOM section.

Code:
|?IP=1.2.3.4|

#Completely remove multi_ip feature if using it.
|?MULTI_IP=|


if you just want to use in the subdomain, it require some if/else to apply this change.
 
Back
Top