1、進入Nginx安裝路徑下的conf資料夾中(我的路徑是:/usr/local/nginx/conf)
2、開啟nginx.conf,在http大括號中第一行加語句:client_max_body_size 所需大小m;
3、進入Nginx安裝路徑下的sbin資料夾中(我的路徑是:usr/local/nginx/sbin)
4、執行重啟命令:./nginx -s reload
1、進入Nginx安裝路徑下的conf資料夾中(我的路徑是:/usr/local/nginx/conf)
2、開啟nginx.conf,在http大括號中第一行加語句:client_max_body_size 所需大小m;
3、進入Nginx安裝路徑下的sbin資料夾中(我的路徑是:usr/local/nginx/sbin)
4、執行重啟命令:./nginx -s reload