creata sublink for your project from sites-available to sites-enabled in ubuntu server

creata sublink for your project from sites-available to sites-enabled

FOR NGINX:-
sudo ln -s /etc/nginx/sites-available/"project name"  /etc/nginx/sites-enabled

FOR APACHE2:-
sudo a2site "project name"

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

create a CRUD web application with Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library