Forums

Nginx Service

Hi,

Probably a basic question, but is there a way to run the following:

sudo service nginx start

Per this post on the forums here I'm aware sudo is not supported, but is there a way to start the nginx service without sudo here on pythonanywhere? Tried even seeing if nginx is installed :

ps waux | grep nginx

Getting the following:

Error, do this: mount -t proc proc /proc

Aware that the site runs on nginx (per: bulletin), but not sure how to start service and serve them up using wsgi file.

We handle the web servers so that you don't have to. There is extensive help to get started with web apps on the help site, in the forums and at blog.pythonanywhere.com