diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | mioproxy.prod.hcl | 11 | ||||
| m--------- | vhosts/t/albatross-php-2025 | 0 |
4 files changed, 17 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3150cf7..a1dd2d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vhosts/t/albatross-swift"] path = vhosts/t/albatross-swift url = git@github.com:nsfisis/iosdc-japan-2024-albatross.git +[submodule "vhosts/t/albatross-php-2025"] + path = vhosts/t/albatross-php-2025 + url = git@github.com:nsfisis/phperkaigi-2025-albatross.git @@ -12,15 +12,18 @@ provision: build: cd vhosts/t/albatross; make -f Makefile.prod build cd vhosts/t/albatross-swift; make -f Makefile.prod build + cd vhosts/t/albatross-php-2025; make -f Makefile.prod build .PHONY: serve serve: sudo systemctl start mioproxy cd vhosts/t/albatross; make -f Makefile.prod serve cd vhosts/t/albatross-swift; make -f Makefile.prod serve + cd vhosts/t/albatross-php-2025; make -f Makefile.prod serve .PHONY: clean clean: + cd vhosts/t/albatross-php-2025; make -f Makefile.prod clean cd vhosts/t/albatross-swift; make -f Makefile.prod clean cd vhosts/t/albatross; make -f Makefile.prod clean sudo systemctl stop mioproxy diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index c7e0190..98067d4 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -38,4 +38,15 @@ server https { port = 8002 } } + + proxy albatross-php-2025 { + from { + host = "t.nil.ninja" + path = "/phperkaigi/2025/code-battle/" + } + to { + host = "127.0.0.1" + port = 8003 + } + } } diff --git a/vhosts/t/albatross-php-2025 b/vhosts/t/albatross-php-2025 new file mode 160000 +Subproject 7f4d16dca85263dcbc7b3bb29f5fc50f4371739 |
