Need help in nginx in Ubuntu 18.04, python3, Lightsail, multitenancy

Hi I followed this guide to the T.

Doing this on Ubuntu 18.04, python3, Lightsail, multitenancy. I am getting the Sorry page.

The problem I think is Nginx. whenever I did the symbolic link, nginx service is unable to restart, saying line62, file not found, But the file is there …

$ sudo ln -s ./config/nginx.conf /etc/nginx/sites-enabled/frappe.conf
or if "sudo service nginx restart" failed because link is not exist
$ sudo ln -s /home/my_user_id/my_bench_folder/config/nginx.conf /etc/nginx/sites-enabled/frappe.conf

I have to bench setup nginx again, it will go back to Sorry page. Any help? Thanks!

In a terminal what does the command: groups return ?

Hi @smino

Thanks for the reply. I got this