https://bugzilla.wikimedia.org/show_bug.cgi?id=47292

--- Comment #3 from Krinkle <krinklem...@gmail.com> ---
At Wikimedia HTTPS is implemented through a cluster of NGINX nodes in front of
the cluster that serves all HTTP requests (using Apache in our case).

Though this may change, the principle sounds similar to yours.

This is among the reasons we use protocol-relative urls so that the cache can
be shared.

So for www.mediawiki.org and en.wikipedia.org for example:

$wgServer = '//www.mediawiki.org';

Also note that there is $wgCanonicalServer and $wgInternalServer which can come
in handy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to