You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
Elihey
changed the title
WordOps cannot use Wildcard for PHP or HTML
EasyEngine cannot use Wildcard for PHP or HTML
Dec 12, 2022
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
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
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
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
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
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
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
When creating a wildcard site with Cloudflare-Api easyengine creates a wrong Nginx config:
but the right config should look like this:
The text was updated successfully, but these errors were encountered: