See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| vcl 4.1; | |
| # Based on: https://github.com/mattiasgeniar/varnish-6.0-configuration-templates/blob/master/default.vcl | |
| import std; | |
| import directors; | |
| backend netlify { | |
| .host = "104.198.14.52"; | |
| .port = "80"; | |
| .max_connections = 300; |
| php bin/magento setup:install --base-url=http://mysite.dev --db-host=localhost --db-name=mysite --db-user=root --admin-firstname=Magento --admin-lastname=User --admin-email=my@email.com --admin-user=admin --admin-password=password123 --language=en_GB --currency=GBP --timezone=Europe/London --use-rewrites=1 --backend-frontname=admin |
|---------|------|--------|--------| | 2023-11 | 1665 | 19 499 | 18 481 | | 2023-12 | 1678 | 19 986 | 18 990 | | 2024-01 | 1713 | 20 407 | 19 467 | | 2024-02 | 1729 | 20 711 | 19 687 | | 2024-03 | 2097 | 21 192 | 20 212 | | 2024-04 | 2392 | 21 444 | 20 669 | | 2024-05 | 2541 | 21 395 | 20 890 | | 2024-06 | 2867 | 21 240 | 20 833 | | 2024-07 | 3124 | 21 651 | 21 000 |