We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0166b5b commit bb870abCopy full SHA for bb870ab
3 files changed
phpmyadmin/rootfs/etc/nginx/servers/ingress.conf
@@ -8,7 +8,7 @@ server {
8
9
location ~ .php$ {
10
fastcgi_pass 127.0.0.1:9001;
11
- fastcgi_read_timeout 900;
+ fastcgi_read_timeout 3610;
12
fastcgi_split_path_info ^(.+\.php)(/.+)$;
13
fastcgi_index index.php;
14
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
phpmyadmin/rootfs/etc/php81/conf.d/99-phpmyadmin.ini
@@ -1,6 +1,6 @@
1
[general]
2
allow_url_fopen = Off
3
-max_execution_time = 900
+max_execution_time = 3610
4
memory_limit=256M
5
opcache.enable=1
6
opcache.fast_shutdown=1
phpmyadmin/rootfs/etc/phpmyadmin/config.inc.php
@@ -4,6 +4,7 @@
$cfg['AllowThirdPartyFraming'] = true;
$cfg['CheckConfigurationPermissions'] = false;
7
+$cfg['ExecTimeLimit'] = 3600;
$cfg['SaveDir'] = '';
$cfg['TempDir'] = sys_get_temp_dir();
$cfg['UploadDir'] = '';
0 commit comments