mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
fix(infra): rename LightWrite to Mukke in Caddyfile production config
LightWrite was replaced by Mukke on the same ports (5180/3010). Update reverse proxy to use mukke.mana.how and mukke-api.mana.how. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6fa6509fa5
commit
c1ef55fd54
1 changed files with 3 additions and 3 deletions
|
|
@ -120,14 +120,14 @@ skilltree-api.mana.how {
|
|||
}
|
||||
|
||||
# ============================================
|
||||
# LightWrite App
|
||||
# Mukke App
|
||||
# ============================================
|
||||
lightwrite.mana.how {
|
||||
mukke.mana.how {
|
||||
import pwa-no-cache
|
||||
reverse_proxy localhost:5180
|
||||
}
|
||||
|
||||
lightwrite-api.mana.how {
|
||||
mukke-api.mana.how {
|
||||
reverse_proxy localhost:3010
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue