Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
9528fec2
Commit
9528fec2
authored
Nov 10, 2020
by
Bastien Le Querrec
Browse files
use longer timeout in nginx configuration
parent
04fd087c
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9528fec2
...
...
@@ -63,7 +63,8 @@ Nginx configuration sample:
```
location ~ \.php$ {
include fastcgi_params;
fastcgi_pass unix:/run/php5.sock;
fastcgi_read_timeout 1d; #avoid timeout when importing bank data
fastcgi_pass unix:/run/php7.3.sock;
}
location / {
# try to serve file directly, fallback to index.php
...
...
app/controller/admin.php
View file @
9528fec2
...
...
@@ -1591,7 +1591,7 @@ class Admin extends Controller
$datas
[
'update'
]
=
$update
;
//! recurrent transactions remisées just added
$datas
[
'comptabilise'
]
=
$comptabilise
;
//! recurrent transactions remisées already added
$datas
[
'sans_cumul'
]
=
$sans_cumul
;
//! empty
$log
->
write
(
'Processing recurrent donation finished.'
);
$log
->
write
(
'Processing recurrent donation
s
finished.'
);
return
$datas
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment