Skip to content

Commit 7f92c0a

Browse files
committed
docs(spx): add notice about need to remove cookies after disabling SPX
fixes: wardenenv#25 (comment)
1 parent 33724ff commit 7f92c0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configuration/phpspx.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ To enable PHP SPX in your project environment, add to your `.env` file:
1313
WARDEN_PHP_SPX=1
1414
```
1515

16+
:::{note}
17+
When disabling SPX, you may be presented with a 502 bad gateway when the environment is next restarted, or the SPX container is removed.
18+
19+
This is caused due to the SPX cookies still being set in your browser. There is a helper tool to aid in removing these on the 502 page, or you can remove them manually through developer tools.
20+
:::
21+
22+
1623
## Usage
1724

1825
### CLI

0 commit comments

Comments
 (0)