Hi Daniel,
On Tue, Apr 22, 2014 at 3:59 PM, Daniel Friesen daniel@nadir-seen-fire.com wrote:
- I don't recommend blacklisting php for uploads that way (that's not
even protecting the wiki uploads anyways, is it?). A much nicer way is to enclose the .php handler such that when you define an empty location for the images dir the php handler simply doesn't exist under that path anymore.
Makes sense. I'll have to learn a bit more before I understand quite how to act on that advice! Meanwhile, I'll comment it out.
- The final entry for the try_files in your wiki section points to
WordPress, not MediaWiki. Proper nginx config for MediaWiki looks closer to this: http://shorturls.redwerks.org/?source=userdata&fcgi_params=%2Fetc%2Fngin...
What is the path to MediaWiki's index.php?
http://www.mattselznick.com/thehumanitycontinuum/wiki/
This is very helpful, but I am still learning. Am I to understand that I would add the conf info from the above link in the wiki's location block?