diff 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
line wrap: on
line diff
--- a/docker/wikiconfig_local.py	Wed May 29 10:51:00 2024 +0200
+++ b/docker/wikiconfig_local.py	Wed Aug 21 16:54:17 2024 +0200
@@ -1,8 +1,7 @@
 from wikiconfig import LocalConfig
 
 class Config(LocalConfig):
-    # Keep path prefix in sync with WSGIScriptAlias in httpd config
-    url_prefix_static = '/wiki/moin_static199'
+    url_prefix_static = '/moin_static199'
 
     # Put your local config here.
     # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README

http://dive4elements.wald.intevation.org