Skip to content

Commit d0305b6

Browse files
committed
chore(caddy): load caddy config to setup caddy properly during first initialization
1 parent 2acbae0 commit d0305b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/service_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def setup_caddy(self, domains, env):
184184
try:
185185
current_config = None
186186
try:
187-
response = requests.get('http://localhost:2019/config')
187+
response = requests.get('http://localhost:2019/config/')
188188
if response.status_code == 200:
189189
current_config = response.json()
190190
except requests.exceptions.RequestException:

0 commit comments

Comments
 (0)