Procházet zdrojové kódy

Clarify that database file is created after first test in verification step

Co-authored-by: sstidl <[email protected]>
copilot-swe-agent[bot] před 1 týdnem
rodič
revize
48a5a82ad7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc.md

+ 1 - 1
doc.md

@@ -97,7 +97,7 @@ If you chose to use SQLite, the default configuration stores the database at `__
    ```
    Ensure the web server has write permissions to this directory.
 
-3. **Verification**: After installation, try accessing `http://yourserver/speedtest_telemetry.db` in a browser - you should get a 404 error. If the file downloads, your configuration is insecure.
+3. **Verification**: After running at least one speed test or accessing `sanitycheck.php` (which creates the database), try accessing `http://yourserver/speedtest_telemetry.db` in a browser - you should get a 404 error. If the file downloads, your configuration is insecure. Note: The database file won't exist until the first test is recorded, so you'll get a 404 initially even with correct configuration.
 
 SQLite doesn't require any additional configuration beyond setting a secure path and ensuring proper permissions.