Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.
https://uguu.se
phpuploaderupload-imagesupload-filesqlite-databasepomffile-sharingnginxhostingfilehostingfilehosterfilehostfile-uploadlightweighttemporary-filesuguuupload-files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
632 B
32 lines
632 B
[supervisord] |
|
nodaemon=true |
|
logfile=/dev/null |
|
logfile_maxbytes=0 |
|
pidfile=/run/supervisord.pid |
|
|
|
[program:php-fpm] |
|
command=php-fpm8 -F |
|
stdout_logfile=/dev/stdout |
|
stdout_logfile_maxbytes=0 |
|
stderr_logfile=/dev/stderr |
|
stderr_logfile_maxbytes=0 |
|
autorestart=false |
|
startretries=0 |
|
|
|
[program:nginx] |
|
command=nginx -g 'daemon off;' |
|
stdout_logfile=/dev/stdout |
|
stdout_logfile_maxbytes=0 |
|
stderr_logfile=/dev/stderr |
|
stderr_logfile_maxbytes=0 |
|
autorestart=false |
|
startretries=0 |
|
|
|
[program:crond] |
|
command=crond -b |
|
stdout_logfile=/dev/stdout |
|
stdout_logfile_maxbytes=0 |
|
stderr_logfile=/dev/stderr |
|
stderr_logfile_maxbytes=0 |
|
autorestart=false |
|
startretries=0
|
|
|