Laravel 第一版 調整檔案傳檔大小 20250602
This commit is contained in:
parent
70ab3b2b36
commit
dac67d8762
@ -2,6 +2,8 @@ server {
|
|||||||
listen ${NGINX_PORT};
|
listen ${NGINX_PORT};
|
||||||
server_name ${NGINX_HOST};
|
server_name ${NGINX_HOST};
|
||||||
|
|
||||||
|
client_max_body_size 100M;
|
||||||
|
|
||||||
root /var/www/html/public;
|
root /var/www/html/public;
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user