Compare commits

...

3 Commits

Author SHA1 Message Date
Robert Kaussow da8b67cf1d enable phpinfo
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2019-09-14 19:57:30 +02:00
Robert Kaussow 08d4b6feb7 nginx error log to stdout
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2019-08-02 14:42:14 +02:00
Robert Kaussow 95cb030307 switch to cron based feed updates
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2019-07-31 09:49:28 +02:00
5 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1 @@
*/15 * * * * /usr/bin/php /var/www/app/update.php --feeds

View File

@ -16,7 +16,7 @@ http {
keepalive_timeout 65;
server_tokens off;
access_log off;
error_log /dev/stderr;
error_log /dev/stdout;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;

View File

@ -0,0 +1,2 @@
#!/bin/execlineb -P
crond -f

View File

@ -1,2 +0,0 @@
#!/bin/execlineb -P
s6-setuidgid nginx php7 /var/www/app/update_daemon2.php > /dev/null 2>&1

View File

@ -21,7 +21,7 @@ serialize_precision = 17
open_basedir = "/var/www/app:/var/lib/php/tmp_upload:/var/lib/php/session:/var/lib/php/soap_cache"
disable_functions = system, exec, shell_exec, phpinfo, show_source, highlight_file, popen, proc_open, fopen_with_path, dbmopen, dbase_open, putenv, move_uploaded_file, mkdir, rmdir, rename, filepro, filepro_rowcount, filepro_retrieve, posix_mkfifo
disable_functions = system, exec, shell_exec, show_source, highlight_file, popen, proc_open, fopen_with_path, dbmopen, dbase_open, putenv, move_uploaded_file, mkdir, rmdir, rename, filepro, filepro_rowcount, filepro_retrieve, posix_mkfifo
disable_classes =
;highlight.string = #DD0000