Multi-tenant setup: nginx: unrecognized service

Hi
Gurus I just installed frappe on ubuntu 18/Vbox development and trying to setup multi-tenant setup as per:
https://frappeframework.com/docs/user/en/bench/guides/setup-multitenancy
but once i run: sudo service nginx reload
output: nginx: unrecognized service

all other went nicely…!
Pls guide…
Regards,
Jchakma

is nginx installed?

install with:

sudo apt update && sudo apt install nginx -y
1 Like

Thanks @revant_one it works fine now…

@revant_one
As per the architectural description Architecture
nginx should have been installed with "bench init command"automatically. Why it did not… ?

I don’t think bench init installs nginx.
I think it’s part of prerequisites that need to be installed.

Thanks