From 7c834b4a45f199b7ed65863b1a82fc3cda813689 Mon Sep 17 00:00:00 2001 From: awieczarek Date: Sat, 19 Oct 2024 14:20:29 +0200 Subject: [PATCH] Fix --- app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.ini b/app.ini index b8df4fb..e62097a 100644 --- a/app.ini +++ b/app.ini @@ -9,7 +9,7 @@ SSL_MODE = disable [server] DOMAIN = localhost HTTP_PORT = %(PORT)s -ROOT_URL = http://localhost:%(PORT)s/ +ROOT_URL = http://localhost/ SSH_PORT = 2222 [repository]