How to point or add domain in VPS

How to point or add the domain in VPS

 

Step 1: Add domain in Server

Step 2: Set DNS in Domain

Step 3: Nginx Installation

Step 4: Nginx Configuration

 

To install the packages, execute them in your shell:

$sudo apt update
$sudo apt install nginx

$cd /etc/nginx/sites-available
$nano default
server_name domain.com www.domain.com;

#try_files $uri $uri/ =404;
proxy_pass http://123.234.456:8069;
$sudo service nginx restart

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

wkhtmltopdf: How do I install 0.12.5-1 on Ubuntu 20.04

The easiest way to do this is to download the .deb file from the wkhtmltopdf project github. For...

Powered by WHMCompleteSolution