We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b9ee4 commit 0bd2f23Copy full SHA for 0bd2f23
README.md
@@ -16,9 +16,9 @@ to ` config/packages/artgris_maintenance.yaml` :
16
17
```yml
18
artgris_maintenance:
19
- enable: true # Enable|Disable maintenance
20
- ips: ["127.0.0.1","::1",...] # IPs allow (prod)
21
- response: 503 # Maintenance Page HTTP Status Code
+ enable: true # Enable|Disable maintenance - default: false
+ ips: ["127.0.0.1","::1",...] # IPs allow (prod) - default: []
+ response: 503 # Maintenance Page HTTP Status Code - default: 503
22
```
23
24
### 3) Override maintenance.html.twig (optional)
0 commit comments