Add thank-you redirect, fix altcha payload read, add /thank-you/ route and page

This commit is contained in:
2026-06-05 10:18:24 +01:00
parent 2412acbe46
commit d1266b1c9d
3 changed files with 16 additions and 15 deletions
+7
View File
@@ -92,6 +92,13 @@ http {
fastcgi_pass 127.0.0.1:9000;
}
location = /thank-you/ {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /var/www/html/src/api/router.php;
fastcgi_param QUERY_STRING type=page&slug=thank-you;
fastcgi_pass 127.0.0.1:9000;
}
set $router /var/www/html/src/api/router.php;
location = / {