It is the first time I set up drupal, and I have following the steps from this webpage and im stuck on the final part of step 6. Which is
sudo ln -s /etc/nginx/sites-available/drupal /etc/nginx/sites-enabled/
it states it can not create a symbolic link
thank you for your help!


sudo ls -alhFwill give us more information on the symlink - chances are it already goes to where you think it does and as such is already in place and does not need to be created again – Thomas Ward Nov 13 '20 at 02:56lson the wrong directory... I wanted anlsfrom the same directory your first one was.ls -alhF /etc/nginx/sites-enabledand then post THAT output. Also, I suggest you copy/paste the content in instead of screenshots - it's usually considered Bad Form to screenshot terminal output. – Thomas Ward Nov 13 '20 at 03:25root@admin956-VirtualBox:~# ls -alhf /etc/nginx/sites-enabled .. . drupal default – artic wolf Nov 14 '20 at 00:15
/etc/nginx/sites-enabled/drupalthen recreating the symlink like you tried.) – Thomas Ward Nov 14 '20 at 02:28