High-performance Nginx server with PHP 8 (FPM) on Alpine Linux, including custom error handling.
107
A high-performance Nginx server pre-configured for PHP 8 with custom error handling and security optimizations.
server_tokens disabled to prevent version leakage.docker run -d --name nginx-server -p 8081:8080 theinfobots/nginx-server:latest
Open your browser at http://localhost:8081.
To use your own files, mount them to /var/www/html:
docker run -d -p 8081:8080 -v /path/to/your/site:/var/www/html theinfobots/nginx-server:latest
Content type
Image
Digest
sha256:a777ecbd6…
Size
45 MB
Last updated
4 months ago
docker pull theinfobots/nginx-server