diff --git a/README.md b/README.md index 929b211..9665fd9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ To enable LSCache for your site: 3. **Restart OpenLiteSpeed** to apply the changes: ```bash - sudo systemctl restart lsws + systemctl restart lsws ``` > **Note:** This configuration example caches both public and private content and sets a default expiration of 300 seconds (5 minutes) for HTML content. You can customize these values to suit your needs. You may wish to disable caching during active development, as it can prevent you from seeing changes immediately.