EasyEngine / easyengine

Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt

Home Page:https://easyengine.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Elihey opened this issue · comments

commented

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;
commented

Isn't here anyone interested to correct this error?