Skip to content
Snippets Groups Projects
Commit 716d0974 authored by Carsten Logemann's avatar Carsten Logemann
Browse files

Minor change: php marker lowercase for code highlight in gitlab.

parent 076b29aa
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ See: https://www.drupal.org/node/895232 for further information. ...@@ -21,7 +21,7 @@ See: https://www.drupal.org/node/895232 for further information.
There is no UI. The configuration is only possible via settings.php to keep it very lightweight because of the [Middleware situation](https://www.drupal.org/docs/8/api/middleware-api/overview). Keep sure that all host you would give access are not protected via core trusted_hosts setting. There is no UI. The configuration is only possible via settings.php to keep it very lightweight because of the [Middleware situation](https://www.drupal.org/docs/8/api/middleware-api/overview). Keep sure that all host you would give access are not protected via core trusted_hosts setting.
### Example config: ### Example config:
```PHP ```php
$settings['firewall']['enabled'] = TRUE; $settings['firewall']['enabled'] = TRUE;
$settings['firewall']['bypass']['hosts'] = ['admin.example.com']; $settings['firewall']['bypass']['hosts'] = ['admin.example.com'];
$settings['firewall']['bypass']['client_ips'] = ['127.0.0.1']; $settings['firewall']['bypass']['client_ips'] = ['127.0.0.1'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment