how to enable a site conf in nginx
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/
how to enable a site conf in nginx
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/
nginx enable site
If you have installed the nginx package from the Ubuntu repositories,
you will have two directories.
/etc/nginx/sites-enabled and /etc/nginx/sites-available.
In the main nginx configuration, /etc/nginx/nginx.conf,
you have the following line:
include /etc/nginx/sites-enabled/*.conf;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us