Skip to content

Commit 21b2085

Browse files
committed
add VTT_REVERSE_PROXY to fly TOML files
1 parent d6c64b3 commit 21b2085

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fly-dev.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ primary_region = 'ord'
1515
VTT_LINKS_GITHUB = 'https://github.com/cgloeckner/pyvtt/'
1616
VTT_PORT = '9000'
1717
VTT_PREFDIR = '/data'
18+
VTT_REVERSE_PROXY = "True"
1819
VTT_SSL = 'true'
1920
VTT_TITLE = 'ICVTT DEV'
2021

fly-prod.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ primary_region = 'ord'
3030
VTT_LINKS_DISCORD = "https://discord.gg/H76tfBZZEX"
3131
VTT_LINKS_GITHUB = "https://github.com/cgloeckner/pyvtt/"
3232
VTT_NUM_MUSIC = "6"
33+
VTT_REVERSE_PROXY = "True"
3334
MAX_PLAYER_COUNT = "15"
3435

3536
[mounts]

0 commit comments

Comments
 (0)