EasyEngine / EasyEngine/easyengine
⛔️ Bug: EasyEngine is messing up Nginx-config when using Cloudflare-Api
Aperta
- Lingua principale
- PHP
- Stelle
- 2.2k
- Fork
- 424
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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;
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.