EasyEngine / EasyEngine/easyengine

⛔️ Bug: EasyEngine is messing up Nginx-config when using Cloudflare-Api

Open
#1,755 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
2.2k
Forks
424
PR merge metrics
No merged PRs in 30d

Description

When creating a wildcard site with Cloudflare-Api easyengine creates a wrong Nginx config:

```
server {
server_name site.com www.site.com;
```

but the right config should look like this:

```
server {
server_name site.com *.site.com;
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.