SUPPORT-8783: Fix

This commit is contained in:
Eduard Tihomirov 2025-01-24 16:29:47 +03:00
parent ff2a62efb0
commit 4249b277b2
3 changed files with 18 additions and 11 deletions

View file

@ -78,6 +78,7 @@ server {
set $flLandingUrl "${LKRP_FL_LANDING}";
set $ulUrl "${LKRP_UL_URL}";
set $ulLandingUrl "${LKRP_UL_LANDING}";
set $certUrl "${LKRP_CRT_CHECK_URL}";
try_files $uri $uri/ $uri/index.html;
}