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

--- Comment #8 from Antoine "hashar" Musso <[email protected]> ---
The deployment-nginx-test instance has Gerrit change #62582 (patchset 8)
applied. I have manually tweaked the configuration in the following way:

/etc/hosts makes bits.beta.wmflabs.org to 127.0.0.1

Upstream cache is set to the bits cache since my instance does not run a bits
cache locally. Hence the conf shows up as:

 upstream bits {
   server 10.4.0.51:80;
   server 10.4.0.51:80;
 }


Doing a local curl such as: curl https://bits.beta.wmflabs.org/  does give me
some valid content.  So I guess we have a first pass working.

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

Reply via email to