Add thank-you redirect, fix altcha payload read, add /thank-you/ route and page
This commit is contained in:
@@ -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 = / {
|
||||
|
||||
Reference in New Issue
Block a user