From b0fbe1aae774bd98527a736669ac1ade25031d02 Mon Sep 17 00:00:00 2001 From: Typhlos Date: Sun, 19 Mar 2023 12:39:50 +0100 Subject: [PATCH] Correct HOSTNAME to match full app path and not just the domain --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index d5d4d95..bed0e0d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ Environment=PORT=__PORT__ -Environment=HOSTNAME=__DOMAIN__/__PATH_URL__ +Environment=HOSTNAME=__DOMAIN____PATH_URL__ Environment=GIN_MODE=release Environment=FORWARD_IP_HEADER=X-Forwarded-For Environment="__YNH_GO_LOAD_PATH__"