Optimized yourls variables and healthcheck

This commit is contained in:
2025-08-31 20:38:02 +02:00
parent aa2eb53776
commit bb0530c2ac
5 changed files with 19 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
location = / {
return {{ yourls_landingpage_status_code }} {{ yourls_admin_location }};
return {{ YOURLS_LANDINGPAGE_STATUS_CODE }} {{ YOURLS_ADMIN_LOCATION }};
}