Skip to content

Commit 6f54ec2

Browse files
authored
Merge pull request shopware#931 from shopware/shyim-patch-6
add docs about env to disable app url reachability test
2 parents 161bc17 + 60a5153 commit 6f54ec2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

guides/hosting/performance/performance-tweaks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,8 @@ monolog:
219219
```
220220

221221
The `business_event_handler_buffer` handler logs flow. Setting it to `error` will disable the logging of flow activities that succeed.
222+
223+
## Disable App url external check
224+
225+
On any Administration load Shopware tries to request himself to test that the configured `APP_URL` inside `.env` is correct.
226+
If your `APP_URL` is correct, you can disable this behaviour with an environment variable `APP_URL_CHECK_DISABLED=1`.

0 commit comments

Comments
 (0)