Adapted webserver test for web-app-yourls

This commit is contained in:
2025-08-07 15:35:33 +02:00
parent 6272303b55
commit 3eb51a32ce
4 changed files with 14 additions and 11 deletions

View File

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