Jump to content

MediaWiki: Difference between revisions

m
no edit summary
imported>Alyaeanyx
mNo edit summary
imported>Alyaeanyx
mNo edit summary
Line 24: Line 24:
</syntaxhighlight>
</syntaxhighlight>


By default, the <code>services.mediawiki</code> module creates a <code>services.httpd.virtualHost</code> which can be configured via the `services.mediawiki.virtualHost` submodule. If you are using another web server, you can configure MediaWiki for a reverse proxy with the <code>services.mediawiki.virtualHost.listen</code> option:
By default, the <code>services.mediawiki</code> module creates a <code>services.httpd.virtualHost</code> which can be configured via the <code>services.mediawiki.virtualHost</code> submodule.
 
If you are using another web server (like Nginx), you can configure MediaWiki for a reverse proxy with the <code>services.mediawiki.virtualHost.listen</code> option:
<syntaxhighlight>
<syntaxhighlight>
services.mediawiki.virtualHost.listen = [
services.mediawiki.virtualHost.listen = [
Anonymous user