本番が稼働するかテスト

このコミットが含まれているのは:
nakazawakan 2022-01-26 10:37:01 -06:00
コミット efb0494729
3個のファイルの変更6行の追加6行の削除

ファイルの表示

@ -28,7 +28,7 @@ server {
client_max_body_size 0
# アップロードの許容制限アップ
fastcgi_read_timeout 99999;
# fastcgi_read_timeout 99999;
location / {
try_files $uri $uri/ /index.php?$query_string;

ファイルの表示

@ -15,7 +15,7 @@ server {
client_max_body_size 0;
# アップロードの許容制限アップ
fastcgi_read_timeout 99999;
# fastcgi_read_timeout 99999;
location / {
try_files $uri $uri/ /index.php?$query_string;

ファイルの表示

@ -1,10 +1,10 @@
zend.exception_ignore_args = off
expose_php = on
max_execution_time=9999999
max_execution_time = 30
max_input_vars = 1000
upload_max_filesize = 999999
post_max_size = 999999
memory_limit = 999999
upload_max_filesize = 64M
post_max_size = 128M
memory_limit = 256M
error_reporting = E_ALL
display_errors = on
display_startup_errors = on