Mediawiki in Caddy

No, those are different. The docs for not explains:

The docs could use some structure :wink: But I see in the Example it does say

In any case. Thank you again. :slight_smile: Now I need to work on logfiles setup!

I wish I had come across this sooner and could have been of assistance!
I spent many hours trying to get MediaWiki configured properly (several months ago) and had lots of trouble getting the editor to work at all.

My configuration is a little simpler, so I thought it might be useful to share

https://wiki.millhousen.com {
        root * /var/www/html/wiki.millhousen.com
        php_fastcgi unix//run/php/php7.4-fpm.sock
        encode gzip
        file_server
        rewrite /w/* /index.php?title={path}
        rewrite /rest.php/* /rest.php?{query}
}
3 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.