搭建一个STEAM网站,上传视频是发现出现“413 Request Entity Too Large“问题,查看才了解到nginx对上传文件大小设限。通过在nginx配置文件内添加:
client_max_body_size 500M; # allows file uploads up to 500 megabytes
量化自我和极简主义的窝藏点
搭建一个STEAM网站,上传视频是发现出现“413 Request Entity Too Large“问题,查看才了解到nginx对上传文件大小设限。通过在nginx配置文件内添加:
client_max_body_size 500M; # allows file uploads up to 500 megabytes