Mercurial > dive4elements > river
comparison docker/wikiconfig_local.py @ 9803:a440ebd5c23b 3.2.x tip
Avoid using outdated mod_wsgi in Docker setup
Run Wiki in standalone mode behind reverse proxy, which is provided by
a more up-to-date Apache web server. The wiki container is still based
on CentOS 7, because the included SSO integration component cannot be
build with more recent libraries.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 21 Aug 2024 16:54:17 +0200 |
parents | cd07130ded8d |
children |
comparison
equal
deleted
inserted
replaced
9802:a9641367812c | 9803:a440ebd5c23b |
---|---|
1 from wikiconfig import LocalConfig | 1 from wikiconfig import LocalConfig |
2 | 2 |
3 class Config(LocalConfig): | 3 class Config(LocalConfig): |
4 # Keep path prefix in sync with WSGIScriptAlias in httpd config | 4 url_prefix_static = '/moin_static199' |
5 url_prefix_static = '/wiki/moin_static199' | |
6 | 5 |
7 # Put your local config here. | 6 # Put your local config here. |
8 # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README | 7 # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README |
9 # for SSO integration. | 8 # for SSO integration. |