Skip to content
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

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

Open
Elihey opened this issue Dec 12, 2022 · 1 comment
Open

Comments

@Elihey
Copy link

Elihey commented Dec 12, 2022

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;
@Elihey Elihey changed the title WordOps cannot use Wildcard for PHP or HTML EasyEngine cannot use Wildcard for PHP or HTML Dec 12, 2022
@Elihey Elihey changed the title EasyEngine cannot use Wildcard for PHP or HTML ⛔️Important Bug: EasyEngine is messing up Nginx when creating Wildcard PHP-site or HTML-site Jan 2, 2023
@Elihey Elihey changed the title ⛔️Important Bug: EasyEngine is messing up Nginx when creating Wildcard PHP-site or HTML-site ⛔️ Important Bug: EasyEngine is messing up Nginx when creating Wildcard PHP-site or HTML-site Jan 2, 2023
@Elihey Elihey changed the title ⛔️ Important Bug: EasyEngine is messing up Nginx when creating Wildcard PHP-site or HTML-site ⛔️ Important Bug: EasyEngine is messing up Nginx when creating c PHP-site or Wildcard HTML-site Jan 2, 2023
@Elihey Elihey changed the title ⛔️ Important Bug: EasyEngine is messing up Nginx when creating c PHP-site or Wildcard HTML-site ⛔️ Important Bug: EasyEngine is messing up Nginx-config when creating c PHP-site or Wildcard HTML-site Jan 2, 2023
@Elihey Elihey changed the title ⛔️ Important Bug: EasyEngine is messing up Nginx-config when creating c PHP-site or Wildcard HTML-site ⛔️ Important Bug: EasyEngine is messing up Nginx-config when creating PHP-site or Wildcard HTML-site Jan 2, 2023
@Elihey Elihey changed the title ⛔️ Important Bug: EasyEngine is messing up Nginx-config when creating PHP-site or Wildcard HTML-site ⛔️ Bug: EasyEngine is messing up Nginx-config when creating PHP-site or Wildcard HTML-site, when using Cloudflare-Api Jan 3, 2023
@Elihey Elihey changed the title ⛔️ Bug: EasyEngine is messing up Nginx-config when creating PHP-site or Wildcard HTML-site, when using Cloudflare-Api ⛔️ Bug: EasyEngine is messing up Nginx-config when using Cloudflare-Api Jan 3, 2023
@Elihey
Copy link
Author

Elihey commented Jan 6, 2023

Isn't here anyone interested to correct this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant