Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 476 Bytes

File metadata and controls

23 lines (16 loc) · 476 Bytes

FrankenPHP (Classic Mode)

  1. Pass the Aikido environment variables in your Caddyfile

Caddyfile

example.com {
    root * /var/www/html/public

    php_server {
        env AIKIDO_TOKEN "AIK_RUNTIME_...."
        env AIKIDO_BLOCK "True"
    }

    file_server
}

You can get your token from the Aikido Security Dashboard.

  1. Start FrankenPHP

frankenphp run --config Caddyfile