Merge pull request #287 from nakazawakan/feature-meeting-create-text-add

本番が稼働するかテスト
このコミットが含まれているのは:
chankan77 2022-01-26 10:37:22 -06:00 committed by GitHub
コミット 3bd316aad5
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
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