From 5f15de6de20b0b295b4c69708653cc3e61bf33a7 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:01:43 +0100 Subject: [PATCH] Wrong guess --- conf/systemd.service | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index ba37c09..1d064e4 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -13,9 +13,6 @@ ExecStart=__YNH_NODE__ __YNH_NPM__ run deploy StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit -#To prevent the 502 bad gateway after restore -TimeoutSec=900 - # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these # .. but this should be a good baseline