EasyEngine / EasyEngine/easyengine
⛔️ Bug: EasyEngine is messing up Nginx-config when using Cloudflare-Api
Open
- 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
Assessment
This issue has not been assessed yet.