Flask 应用程序在 nginx 上运行。文件从文件夹读取正常,但文件保存时出现 500 错误

Flask 应用程序在 nginx 上运行。文件从文件夹读取正常,但文件保存时出现 500 错误

您好,我在 ubuntu 系统上运行 nginx 服务器。从 Web 应用程序读取文件没有问题。文件保存或文件写入本地文件夹系统时出现错误,提示 500 内部服务器错误。

root       12145  0.0  0.2  55208  2236 ?        Ss   23:33   0:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
root       12146  0.0  0.6  55860  6204 ?        S    23:33   0:00 nginx: worker process

我已经提供了对文件系统文件夹的读/写访问权限,但这不起作用。

当我使用 python 命令运行我的应用程序时python app.py

文件的读取和写入都可以正常工作。

我不知道我错在哪里。

相关内容