chore(docs): update docs and script comments to use UploadShield name

This commit is contained in:
2026-02-12 10:47:32 +01:00
parent 0b32b9c96c
commit d1310e0844
14 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
# Installation & Production Deployment Guide
This guide shows a minimal, secure installation and rollout path for `upload-logger.php`.
This guide shows a minimal, secure installation and rollout path for UploadShield's primary script (`upload-logger.php`).
Follow these steps in a staging environment first; do not enable blocking until detectors are tuned.
**Prerequisites**
@@ -19,8 +19,8 @@ Follow these steps in a staging environment first; do not enable blocking until
- Clone the repository and install dev deps (for tests/static analysis):
```bash
git clone <repo-url> /srv/upload-logger
cd /srv/upload-logger
git clone <repo-url> /srv/uploadshield
cd /srv/uploadshield
composer install --no-interaction --prefer-dist
```

View File

@@ -1,6 +1,6 @@
# Release & Deploy Checklist
This checklist helps you deploy `upload-logger.php` to production safely.
This checklist helps you deploy UploadShield's primary script (`upload-logger.php`) to production safely.
## Pre-release
@@ -37,7 +37,7 @@ This checklist helps you deploy `upload-logger.php` to production safely.
## Deployment
- [ ] Ensure `php_admin_value[auto_prepend_file]` is configured in the site pool for PHP-FPM to include `upload-logger.php`.
- [ ] Ensure `php_admin_value[auto_prepend_file]` is configured in the site pool for PHP-FPM to include `upload-logger.php` (UploadShield).
- [ ] Reload or restart PHP-FPM gracefully after changing pool settings.
- [ ] Verify the web server denies direct access to `logs/` and `quarantine/`.