You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-f`|Required path to the PHP file ||`/var/www/html/index.php`|
51
-
|`-connect`|Optional PHP-FPM host and port, or path to a socket.|`/run/php-fpm/www.sock`|`127.0.0.1:9000`|
50
+
|`-f`|Path to the PHP file ||`/var/www/html/index.php`|
51
+
|`-connect`| PHP-FPM host and port, or path to a socket |`/run/php-fpm/www.sock`|`127.0.0.1:9000`|
52
52
|`-m`| Request method, GET or POST | GET ||
53
-
|`-u`|Optional URL to simulate. Only PHP files directly under the document root are currently supported. You may need to include `/index.php` since we don't have Apache RewriteRules. ||`https://www.mydomain.com/index.php`|
53
+
|`-u`| URL to simulate. This must return an status code 200, so make sure this is the canonical URL (i.e., it will not redirect) ||`https://www.mydomain.com/`|
0 commit comments