ci(gitea): ubuntu-latest runs-on, host PATH/apt/docker fallbacks, runner label doc
CI / php (push) Successful in 2m57s
CI / php (push) Successful in 2m57s
- Document adding ubuntu-latest via act_runner config (docs/gitea-act-runner-labels.md) - README CI notes; consolidate PHP QA into one workflow step where relevant
This commit is contained in:
@@ -206,9 +206,11 @@ class Index extends Action
|
||||
$nginxReloadMsg = '';
|
||||
if (empty($provision['nginx_reloaded'])) {
|
||||
$nginxReloadMsg = (string) __(
|
||||
'The NGINX global map was updated, but Magento could not reload nginx (common when the PHP user cannot signal the nginx master). ' .
|
||||
'On the server run: sudo systemctl reload nginx, or set Reload wrapper script in Admin under Configuration for the Holesail Tunnel NGINX settings. ' .
|
||||
'Until nginx reloads, your tunnel hostname may not route to the tunnel store.'
|
||||
'The NGINX global map was updated, but Magento could not reload nginx '
|
||||
. '(common when the PHP user cannot signal the nginx master). '
|
||||
. 'On the server run: sudo systemctl reload nginx, or set Reload wrapper script '
|
||||
. 'in Admin under Configuration for the Holesail Tunnel NGINX settings. '
|
||||
. 'Until nginx reloads, your tunnel hostname may not route to the tunnel store.'
|
||||
);
|
||||
}
|
||||
if ($wantJson) {
|
||||
|
||||
Reference in New Issue
Block a user