Replies: 1 comment
-
I made a PR for this (only to enforce the site path as supervisor config directory instead of the root directory of the server): #754 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think that we could use site path as the directory option value for workers in the supervisor template by default (when a worker is create for a site, not "globally" on the server).
And maybe add "directory" as an option in the UX and API as well.
The template here:
vito/resources/views/ssh/services/process-manager/supervisor/worker.blade.php
Lines 1 to 12 in 24d3b46
Search for
directory
option here for more details: https://supervisord.org/configuration.htmlActually, I would need this in the context of creating automated review-apps, in order to avoid having to add/specify the folder in the command depending on the site and its path.
Beta Was this translation helpful? Give feedback.
All reactions