Page 1 of 1

How to set individual IP for each website

PostPosted:26 Jun 2018 01:28
by pauloficaadica
Hello guys!

How i can choose specific ip for each website?

Do you have any tutorial for extra ips?

Thank vou!

Re: How to set individual IP for each website

PostPosted:26 Jun 2018 01:37
by xwilker
Hello

just make the "A" pointing to your server ip, and then add your website (domain or sub domain)

Re: How to set individual IP for each website

PostPosted:26 Jun 2018 01:54
by pauloficaadica
Okay. Very easy.
Thank vou!!

Re: How to set individual IP for each website

PostPosted:28 Jun 2018 21:22
by owsadmin
xwilker wrote:
26 Jun 2018 01:37
Hello

just make the "A" pointing to your server ip, and then add your website (domain or sub domain)
If i change the file the /etc/nginx/conf.d/domain.tld

server {
listen 80;

to

server {
listen xxx.xxx.xxx.xxx:80;

after restart the nginx some problem can appears?

Re: How to set individual IP for each website

PostPosted:22 Jul 2018 20:06
by yadi
owsadmin wrote:
28 Jun 2018 21:22

If i change the file the /etc/nginx/conf.d/domain.tld

server {
listen 80;

to

server {
listen xxx.xxx.xxx.xxx:80;

after restart the nginx some problem can appears?
Are you have multiple ipv4 in one server?

Re: How to set individual IP for each website

PostPosted:26 Jul 2018 02:29
by owsadmin
yadi wrote:
owsadmin wrote:
28 Jun 2018 21:22

If i change the file the /etc/nginx/conf.d/domain.tld

server {
listen 80;

to

server {
listen xxx.xxx.xxx.xxx:80;

after restart the nginx some problem can appears?
Are you have multiple ipv4 in one server?
Yes, 4 IPv4 in one server.