Re: WordPress multisite with root url as Laravel application

2018-08-17 Thread Danila Vershinin
le.com <http://example.com/>; .. WP multisite directives go here } Best Regards, Danila > On 17 Aug 2018, at 16:49, conquistadorjd wrote: > > I am running a wordpress multisite website with subdomain option. example.me > is my main website https://one.example.me, https://tw

WordPress multisite with root url as Laravel application

2018-08-17 Thread conquistadorjd
I am running a wordpress multisite website with subdomain option. example.me is my main website https://one.example.me, https://two.example.me/two etc are the network websites. Now I am planning to have a small laravel application accessible at example.me. I tried using different combination but

Re: Wordpress multisite + SSL

2018-04-06 Thread Giulio Loffreda
crystal clear Your “in short” explanation was perfect. Thank you On 6 Apr 2018 at 15:56 -0300, basti , wrote: > > > On 06.04.2018 20:17, Giulio Loffreda wrote: > > Hi > > > > I created one separated file for while (as we have just one customer > > under ssl) and placed this file on sites-enable.

Re: Wordpress multisite + SSL

2018-04-06 Thread basti
On 06.04.2018 20:17, Giulio Loffreda wrote: > Hi > > I created one separated file for while (as we have just one customer > under ssl) and placed this file on sites-enable. So it is being loaded > at top of nginx configuration. > Then I have another conf file to handle 443 requests. > > The aim

Re: Wordpress multisite + SSL

2018-04-06 Thread Giulio Loffreda
> On 06.04.2018 19:40, Giulio Loffreda wrote: > > Dears > > > > > > I have one wordpress multisite with subdomain being served by Nginx. > > > > > > We have the main domain, lets call domain.com <http://domain.com>. > > > > We use custom domains f

Re: Wordpress multisite + SSL

2018-04-06 Thread basti
Hello, where have you defined your certificate? I cant see. if you use one serer directive for all your domains, all domains must be in this certificate (Subject alt names). On 06.04.2018 19:40, Giulio Loffreda wrote: > Dears > > > I have one wordpress multisite with subdomain bei

Wordpress multisite + SSL

2018-04-06 Thread Giulio Loffreda
Dears I have one wordpress multisite with subdomain being served by Nginx. We have the main domain, lets call domain.com. We use custom domains for customer site lets say customerone.com, customertwo.com… with correspondent subdomain on WP, as customerone.domain.com, customertwo.domain.com

WordPress multisite

2014-02-28 Thread Beeblebrox
I have nginx running on a local intranet server. I'm trying to setup WordPress multisite with subdirectory, and WP is located in $document_root/wordpress because there are many other folders directly under the document_root path. * I want to access the WP site as http://serv_IP/wp/, but

Re: SPDY certificates and Wordpress multisite

2013-05-27 Thread Sylvia
regarding recompile question: SPDY is supported with OpenSSL 1.0.1 so if your distro using earlier version, SPDY will not be supported, you can check "nginx -V" if SPDY been enabled. When recompiling you can use openssl source package and link it statically to nginx if needed --with-http_spdy_mod

Re: SPDY certificates and Wordpress multisite

2013-05-27 Thread Jonathan Matthews
I don't use SPDY, so take what I say as being from an SSL perspective, not a SPDY one. If your 17 blogs live under the same domain that you own, you could look at using a wildcard SSL cert. You'd only need a single IP/server{} combo for each wildcard cert, and a single wildcard cert for each uniqu

SPDY certificates and Wordpress multisite

2013-05-27 Thread cachito
Hello. I manage a small blog network (17) that has a lot of traffic (20MM visits/month). I use Wordpress Multisite to manage it, each blog has its own domain name, and all are served from the same WP install. I'm thinking about implementing SPDY to speed up the sites, I know I nee