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 ce7c8ca commit 6f192b6Copy full SHA for 6f192b6
README.md
@@ -175,7 +175,7 @@ autorestart=true
175
user=www-data
176
numprocs=20
177
redirect_stderr=true
178
-stdout_logfile=/var/logs/my_worker.log
+stdout_logfile=/var/log/my_worker.log
179
```
180
181
In this file, we tell Supervisor that we want 20 instances always running. If the `my_worker.php` ends or fails it will spin up a new one.
0 commit comments