diff --git a/nginx/sites-available/ayaya.beauty.conf b/nginx/sites-available/ayaya.beauty.conf index 1f80d0e..361528c 100644 --- a/nginx/sites-available/ayaya.beauty.conf +++ b/nginx/sites-available/ayaya.beauty.conf @@ -9,7 +9,9 @@ server { root /var/www/uguu/dist/public/; autoindex off; access_log off; - index index.html index.php; + index index.html index.php; + + client_max_body_size 64M; location ~* \.(css|js|jpg|jpeg|gif|png|ico|xml|eot|woff|woff2|ttf|svg|otf|x-icon|avif|webp|apng)$ { expires 30d;