You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Nice work. I'm able to make it working alone.
But in my case, In my docker-compose file with other services, I want mediawiki available behind an nginx proxy at the address : http://docker/wiki
For nginx (listening on port 80), I my default.conf, I have :
Hi, thanks.
The mediawiki configuration will be the same in any case, use the proxy before or don't.
But only one thing - when a wiki page changed, the proxy server cache (if one is used) should be purged.
Mediawiki send purge command to proxy servers listed in https://www.mediawiki.org/wiki/Manual:$wgSquidServers variable. You can configure it via the MW_PROXY_SERVERS env var.
Hi,
Nice work. I'm able to make it working alone.
But in my case, In my docker-compose file with other services, I want mediawiki available behind an nginx proxy at the address : http://docker/wiki
For nginx (listening on port 80), I my default.conf, I have :
and in the docker compose, i set :
docker is the name of my host.
In nginx log, I have :
Thanks for your help
The text was updated successfully, but these errors were encountered: