What is the $base in code sample?
When setting up WordPress for MultiSite, the EE tutorials mention a: $base = '/'; ...in their code sample (Example: https://easyengine.io/wordpress-nginx/tutorials/multisite/create-a-network/). See...
View Article[Solved] Odoo with Let's Encrypt and Nginx reverse proxy
I have just use : ee site create yourdomain.com --letsencrypt ee site delete yourdomain.com ee site create yourdomain.com --proxy=Your-ip-address And I have only include the ssl.conf file after I...
View ArticleInstall ee nothing happened
What happens if you run: sudo apt-get update ...followed by... sudo apt-get upgrade ...as two separate commands?
View ArticleSlow creation
IPv6 issues can definitely cause problems with APT. I've run into it a few times myself.
View ArticleWordPress installations are not sending emails - need fully-qualified hostname
What Linux Distro are you using? I have run into this with Debian before where the FQDN had to be set at the system level, not just within Postfix. In addition, it has to be set in certain areas in...
View ArticleWordPress installations are not sending emails - need fully-qualified hostname
yes, I on Ubuntu 16.04 LTS
View ArticleWordPress installations are not sending emails - need fully-qualified hostname
What is the result of the following command: hostname --fqdn
View ArticleHTTP/2 on website created with ee create example.com --wpfc?
I don't think you even need nginxmainline any more. I have been getting HTTP/2 verifications from https://tools.keycdn.com/http2-test on my websites, without a separate --nginxmainline installation.
View ArticleWordPress installations are not sending emails - need fully-qualified hostname
Just follow the first steps of this tutorial to fix that : http://www.iredmail.org/docs/install.iredmail.on.debian.ubuntu.html
View ArticleWordPress installations are not sending emails - need fully-qualified hostname
virtubox: Just follow the first steps of this tutorial to fix that : http://www.iredmail.org/docs/install.iredmail.on.debian.ubuntu.html To be more specific, follow the FQDN portion of those steps
View ArticleWordPress Multisite, Domain Mapping, IP Addresses and SSL Certs
How do I make SSL work on the primary domain, but not on subdomain nor subdirectory sites, in the multisite configuration?
View ArticleWordPress installations are not sending emails - need fully-qualified hostname
don't want to explain it again
View ArticleWordPress installations are not sending emails - need fully-qualified hostname
~# hostname --fqdn easyengine-wordPress Ok, thanks a lot will follow the steps
View ArticleError buddypress-media/app/main/interactions/RTMediaInteraction.php
Hello, I am getting these errors. Looking for help as to how to solve them. thanks. Notice: Trying to get property of non-object in...
View ArticleError buddypress-media/app/main/interactions/RTMediaInteraction.php
These are notices I am also seeing per above post. Notice: Trying to get property of non-object in...
View ArticleHTTP/2 on website created with ee create example.com --wpfc?
Thanks for the inout. That's good to hear that. I'll keep watching for EE Docs & Tutorial updates.
View ArticleHTTP/2 on website created with ee create example.com --wpfc?
Thanks for pointing it out. I've followed the WordPress-Nginx + Comodo SSL Setup Tutorial. So far the SSL set up is working great, which by the way is a mandatory requirement for those willing to tap...
View ArticleHTTP/2 on website created with ee create example.com --wpfc?
@monecchi Several things: Not every version of curl supports HTTP/2. Secondly, if yours does you need to specify this in your curl command. curl --http2 https://domain.com What does...
View Article[Solved] Odoo with Let's Encrypt and Nginx reverse proxy
Finally I solved my issue, I had to add ~* to the block: location ~* / { proxy_pass http://127.0.0.1:8069; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;...
View Article