mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-20 01:35:16 -05:00
chore: update port definitions
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{$HOSTNAME} {
|
{$HOSTNAME} {
|
||||||
route /api* {
|
route /api* {
|
||||||
uri strip_prefix /api
|
uri strip_prefix /api
|
||||||
reverse_proxy http://api:8000
|
reverse_proxy http://api:14702
|
||||||
}
|
}
|
||||||
|
|
||||||
route /ws {
|
route /ws {
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
route /autumn* {
|
route /autumn* {
|
||||||
uri strip_prefix /autumn
|
uri strip_prefix /autumn
|
||||||
reverse_proxy http://autumn:3000
|
reverse_proxy http://autumn:14704
|
||||||
}
|
}
|
||||||
|
|
||||||
route /january* {
|
route /january* {
|
||||||
|
|||||||
Reference in New Issue
Block a user