请帮我解决一下,我今天一整天都在解决这个问题,我在ubuntu服务器上安装flash,我都是按照https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04-ru手册来做的
我进入了第5步。到目前为止,一切正常。测试服务器在端口5000上启动。一切正常。但我无法进一步解决这个问题。
创建文件 * myproject.service *
[Unit]
Description=uWSGI instance to serve myproject
After=network.target
[Service]
User=norootuser
Group=www-data
WorkingDirectory=/home/norootuser/myproject
Environment="PATH=/home/norootuser/myproject/myprojectenv/bin"
ExecStart=/home/norootuser/myproject/myprojectenv/bin/uwsgi --ini myproject.ini
[Install]
WantedBy=multi-user.target
我不明白在这里做什么,我做了一切根据指示,但我得到这个错误。
1条答案
按热度按时间ux6nzvsh1#
您的项目文件权限可能不正确
这两种都试试
如果不起作用,让我们尝试使用root权限应该可能起作用
也可以尝试
sudo