To be able to access the Dspace Frontend using the domain name or IP address with default port 80 instead of 4000, we need to configure a reverse proxy. For the purpose and simplicity in this guide, we will use Nginx. But you na use othe engine such as Apache
Install Nginx on Ubuntu with the command:
sudo apt install nginx -y
Create a virtual host file: