nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
This commit is contained in:
@@ -5,6 +5,7 @@ events {
|
|||||||
http {
|
http {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
client_max_body_size 10G; # 允许的最大文件大小为 20MB
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 3001;
|
listen 3001;
|
||||||
|
|||||||
Reference in New Issue
Block a user