feat: initial aio container implementation

This commit is contained in:
Andrew Bastin
2023-07-16 01:19:17 +05:30
parent 1b1a09c675
commit 9e595ec594
3 changed files with 86 additions and 2 deletions

11
aio.Caddyfile Normal file
View File

@@ -0,0 +1,11 @@
:3000 {
try_files {path} /
root * /site/selfhost-web
file_server
}
:3100 {
try_files {path} /
root * /site/sh-admin
file_server
}