Skip to content

Commit 478e4c8

Browse files
fix(docs): Improve clarity in deployment options description and add Nginx badge in README.md. (#182)
1 parent bc89685 commit 478e4c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Bug #172: Update badge label from `PHPUnit` to `Codeception` in `README.md` (@terabytesoftw)
1616
- Bug #175: Update allowed IPs in configuration for development purposes in `configuration.md` (@terabytesoftw)
1717
- Bug #177: Add missing config path to ECS configuration in `ecs.php` (@terabytesoftw)
18+
- Bug #182: Improve clarity in deployment options description and add `Nginx` badge in `README.md` (@terabytesoftw)
1819

1920
## 0.1.0 August 31, 2025
2021

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ A modern, Bootstrap 5-powered Yii2 application template designed for rapid web-a
4444

4545
### Traditional Web Servers
4646

47-
Classic request-per-process model; simple, widely supported (for example, Apache).
47+
Classic web-server + PHP-FPM setup; simple and widely supported for deployment.
4848

4949
[![Apache](https://img.shields.io/badge/apache-%23D42029.svg?style=for-the-badge&logo=apache&logoColor=white)](https://github.com/yii2-extensions/app-basic/tree/apache)
50+
[![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)](https://github.com/yii2-extensions/app-basic/tree/nginx)
5051

5152
### High-Performance Worker Mode
5253

@@ -156,7 +157,6 @@ final class SiteController extends Controller
156157
[![Latest Stable Version](https://img.shields.io/packagist/v/yii2-extensions/app-basic.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable)](https://packagist.org/packages/yii2-extensions/app-basic)
157158
[![Total Downloads](https://img.shields.io/packagist/dt/yii2-extensions/app-basic.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Downloads)](https://packagist.org/packages/yii2-extensions/app-basic)
158159

159-
160160
## Quality code
161161

162162
[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=main&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic)

0 commit comments

Comments
 (0)