I installed the project in var/www/ inside the magento2ce/public folder by using composer.
Then, after setting up Magento, I received a green success message with regards to the admin URL and other things.
Following that, in etc/Nginx/sites-available I included the magento2ce file.
fastcgi backend from upstream; server unix:/run/php/php7.3-fpm.sock;
a server
set $MAGE ROOT /var/www/magento2ce/public; include /var/www/magento2ce/public/nginx.conf.sample; listen 80; server name magento2ce.local;
Then I try going to Magento2ce.local, but I get a server not found error.
What might the problem be?
192.168.100.1