mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-10 11:45:45 +03:00
feat: add semaphore to the stack (#10)
This commit is contained in:
parent
27ee316ca6
commit
5b5fbd6a56
3 changed files with 33 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
# semaphore
|
||||
@semaphore host forge.ublue.local
|
||||
|
||||
handle @semaphore {
|
||||
reverse_proxy ublue-os_forge-semaphore.ublue.local:3000
|
||||
}
|
||||
|
||||
# Fallback for otherwise unhandled domains
|
||||
handle {
|
||||
respond "Bad hostname" 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue