Skip to content

Cloudflare #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/docs/content/features/dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ This is why configuring both A (IPv4) and AAAA (IPv6) records is crucial when us
- Verify proxy status settings
- Check IPv6 address accuracy
- Allow time for DNS propagation (typically 5-10 minutes)
- Verify DNS resolver settings

2. **Connection Problems**
- Test both IPv4 and IPv6 connectivity
Expand Down Expand Up @@ -143,7 +142,6 @@ Set encryption mode to `Full (strict)` or `Full`
2. During initial setup, handle HTTPS settings in one of two ways:
- **Option A (Simple but Limited)**:
- Disable `Always Use HTTPS`
- *This approach will interfere with automatic certificate renewal*
- **Option B (Recommended for Production)**:
- Keep `Always Use HTTPS` enabled
- Create and enable a Configuration Rule, which disables Automatic HTTPS Rewrites for this specific path:
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/features/scaling-ha.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Your data is stored only in a single container. If the container or the underlyi

If the **Highly Available** mode is chosen, Zerops will deploy the database cluster with a fixed number of containers and control mechanisms for automatic cluster repair.

The KeyDB (Redis) cluster consists of 2 containers in the master-master replica. MariaDB, PostgreSQL databases and RabbitMQ message broker are deployed in 3 containers connected in the High Availability cluster with 2 additional load balancers which ensures high reliability.
The KeyDB (Redis) cluster consists of 2 containers in the master-master replica. MariaDB and PostgreSQL databases are deployed in 3 containers connected in the High Availability cluster with 2 additional load balancers which ensures high reliability.

You are not charged for the resources consumed by load balancers.

Expand Down