Social metatags for vue app
Updated: 7th April 2024Tags: vue nginx laravel
For example we have our folder in /etc/nginx/sites-available/example.com
And to make virtual symlink folder here /etc/nginx/sites-enabled
we run this
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/
Fast command to test nginx config and reload nginx if test is successful
sudo nginx -t && sudo nginx -s reload