feat: use separate hostname env variable

This commit is contained in:
Paul Makles
2023-02-05 16:18:04 +00:00
parent 4dcde911e9
commit 84f99b1e93
3 changed files with 30 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{$REVOLT_APP_URL} {
{$HOSTNAME} {
route /api* {
uri strip_prefix /api
reverse_proxy http://api:8000