📜  上传文件时出现 502 bad gateway nginx gunicorn flask - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:35.255000             🧑  作者: Mango

代码示例1
#Check if the gunicorn has write access to the folder you want to add 
#the file. If it doesn't have, then use
chmod -R 777 the_folder_you_want_to_write_to