jchakma
January 25, 2021, 5:04am
#1
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
jchakma
January 25, 2021, 1:16pm
#3
Thanks @revant_one it works fine now…
jchakma
January 28, 2021, 2:53am
#4
@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.