Laravel 第一版 調整檔案傳檔大小 20250602

This commit is contained in:
allen.yan 2025-06-02 17:51:15 +08:00
parent 70ab3b2b36
commit dac67d8762

View File

@ -2,6 +2,8 @@ server {
listen ${NGINX_PORT};
server_name ${NGINX_HOST};
client_max_body_size 100M;
root /var/www/html/public;
index index.php index.html;