https://bugzilla.wikimedia.org/show_bug.cgi?id=64393
--- Comment #3 from Yuvi Panda <[email protected]> --- Talked about this with Liangent on IRC some more. Currently the nginx proxy intercepts 404s, 403s, 500s, 502s and 503s and displays helpful content instead. This is, by default, useful since it mentions the names of the maintainers. However, sometimes this is frustrating, for the use cases Liangent mentioned. The proxy should be able to check if there is any content in the HTTP body from the server upstream, and if so just pass it through rather than redirect. In addition, we should edit the default lighty config to not generate ugly 404 pages but just let them pass through with no content in the body as well. Now to actually do those things... -- 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
