Skip to content

Commit f02cf25

Browse files
authored
up to date
1 parent 1f3cc99 commit f02cf25

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

apps/docs/guide/introduction.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nginx-love is designed to simplify the management of Nginx web servers with the
1515

1616
## Who is this for?
1717

18-
nginx-love is designed for:
18+
ngNginx WAF is designed for:
1919

2020
- System administrators managing multiple Nginx instances
2121
- DevOps engineers looking for a centralized Nginx management solution
@@ -25,18 +25,18 @@ nginx-love is designed for:
2525
## Key Concepts
2626

2727
### Domains
28-
In nginx-love, a domain represents a website or application served by Nginx. Each domain has its own configuration, SSL certificates, and settings.
28+
In Nginx WAF, a domain represents a website or application served by Nginx. Each domain has its own configuration, SSL certificates, and settings.
2929

3030
### SSL Certificates
31-
nginx-love integrates with Let's Encrypt to provide free SSL certificates. It automates the process of obtaining, renewing, and installing certificates.
31+
Nginx WAF integrates with Let's Encrypt to provide free SSL certificates. It automates the process of obtaining, renewing, and installing certificates.
3232

3333
### ModSecurity
34-
ModSecurity is a web application firewall that helps protect your applications from various attacks. nginx-love provides an interface to manage ModSecurity rules and configurations.
34+
ModSecurity is a web application firewall that helps protect your applications from various attacks. Nginx WAF provides an interface to manage ModSecurity rules and configurations.
3535

3636
### Performance Monitoring
37-
nginx-love collects and displays performance metrics for your Nginx servers, helping you identify bottlenecks and optimize performance.
37+
Nginx WAF collects and displays performance metrics for your Nginx servers, helping you identify bottlenecks and optimize performance.
3838

3939
## Next Steps
4040

41-
- [Installation Guide](/guide/installation) - Learn how to install nginx-love
41+
- [Installation Guide](/guide/installation) - Learn how to install Nginx WAF
4242
- [Quick Start](/guide/quick-start) - Get up and running quickly

apps/docs/guide/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ System logs record application and system events:
9393

9494
**Log Format**:
9595
```
96-
2025-10-04T10:00:00.000Z [INFO] (nginx-love-api) User admin logged in successfully from 192.168.1.100
96+
2025-10-04T10:00:00.000Z [INFO] (nginx-waf-api) User admin logged in successfully from 192.168.1.100
9797
```
9898

9999
**System Log Fields**:

apps/docs/guide/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,4 @@ The installation wizard will show a completion screen when all components are su
414414

415415
![Installation Complete](/reference/screenshots/installation_complete.png)
416416

417-
Your nginx-love platform is now ready for production use!
417+
Your Nginx WAF platform is now ready for production use!

apps/docs/reference/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Configuration
22

3-
This section covers the configuration options available in nginx-love.
3+
This section covers the configuration options available in nginx waf.
44

55
## Environment Variables
66

7-
nginx-love can be configured using environment variables. These can be set in a `.env` file or directly in the environment.
7+
nginx waf can be configured using environment variables. These can be set in a `.env` file or directly in the environment.
88

99
### Database Configuration
1010

0 commit comments

Comments
 (0)