From cb00569a53c180816fdac9b1e6566567a6842952 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:02:32 +0100 Subject: [PATCH] Improve nginx --- qbittorrent/rootfs/etc/services.d/nginx/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/services.d/nginx/run b/qbittorrent/rootfs/etc/services.d/nginx/run index 8e38308bf..12d07ffc3 100644 --- a/qbittorrent/rootfs/etc/services.d/nginx/run +++ b/qbittorrent/rootfs/etc/services.d/nginx/run @@ -10,7 +10,7 @@ bashio::log.info "Starting NGinx..." # Check vpn is working if [ -f /currentip ]; then - exec nginx || nginx -s reload & \ + nginx || nginx -s reload & \ while true; do # Get vpn ip if ! bashio::config.true 'wireguard_enabled' && bashio::config.true 'openvpn_alt_mode'; then