Skip to content

service caddy reload #3622

@codeit-ninja

Description

@codeit-ninja

In recipe/provision/website.php on line 76, this is wrong

run('service caddy reload');

And should be

cd('/etc/caddy');
run('caddy reload');

Because not in every environment caddy is running as a service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions