nginxのclient_max_body_sizeの変更

このコミットが含まれているのは:
守矢諏訪子 2021-11-01 15:19:14 +09:00
コミット 374d662032
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -10,6 +10,7 @@ server {
index index.php;
charset utf-8;
client_max_body_size 10M;
location / {
try_files $uri $uri/ /index.php?$query_string;