diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-08 10:59:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-08 10:59:10 +0900 |
| commit | 068c978ed97e320605daa3d3f878f003853ee653 (patch) | |
| tree | d5deae43e28b8306b2b270124443b7f59b45b86f | |
| parent | cbd3b063e2635ab2fff04ca893bd8347f0d5ceb4 (diff) | |
| download | nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.tar.gz nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.tar.zst nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.zip | |
feat: add albatross.php 2025
| -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 |
