Bugfix/fix xdebug remote prefix

This commit is contained in:
Philip Z
2019-09-17 12:08:06 +00:00
committed by Ric Harvey
parent 454fcd7c07
commit defd1fddd3
2 changed files with 8 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ The following flags are a list of all the currently supported options that can b
| WEBROOT | Change the default webroot directory from `/var/www/html` to your own setting |
| ERRORS | Set to 1 to display PHP Errors in the browser |
| HIDE_NGINX_HEADERS | Disable by setting to 0, default behaviour is to hide nginx + php version in headers |
| PHP_CATCHALL | Enable a 404 catch all to `index.php` -- changes `=404` on `try_files` to `/index.php?$args` |
| PHP_MEM_LIMIT | Set higher PHP memory limit, default is 128 Mb |
| PHP_POST_MAX_SIZE | Set a larger post_max_size, default is 100 Mb |
| PHP_UPLOAD_MAX_FILESIZE | Set a larger upload_max_filesize, default is 100 Mb |