From 5338269c1fe19548055aada2a878a264ba954d8e Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 15 Mar 2024 21:20:34 +0800 Subject: [PATCH 1/2] Add recipe for luzrain/phprunner-bundle --- .../0.1/config/packages/phprunner.yaml | 12 ++++++++++++ luzrain/phprunner-bundle/0.1/manifest.json | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml create mode 100644 luzrain/phprunner-bundle/0.1/manifest.json diff --git a/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml b/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml new file mode 100644 index 000000000..455e747d2 --- /dev/null +++ b/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml @@ -0,0 +1,12 @@ +phprunner: + servers: + - + name: Webserver + listen: http://0.0.0.0:80 + processes: 4 + + reload_strategy: + on_exception: + active: true + on_file_change: + active: true diff --git a/luzrain/phprunner-bundle/0.1/manifest.json b/luzrain/phprunner-bundle/0.1/manifest.json new file mode 100644 index 000000000..ea9509d62 --- /dev/null +++ b/luzrain/phprunner-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} From 0131a8f10d486eafe79aab4e7853c719d5caa5d5 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 15 Mar 2024 21:29:14 +0800 Subject: [PATCH 2/2] Change default port --- luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml b/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml index 455e747d2..72f3b6306 100644 --- a/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml +++ b/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml @@ -2,7 +2,7 @@ phprunner: servers: - name: Webserver - listen: http://0.0.0.0:80 + listen: http://0.0.0.0:8080 processes: 4 reload_strategy: