Mercurial > dive4elements > river
diff docker/httpd-wiki.conf @ 9739:414647dc6936 3.2.x
Add wiki to Docker setup
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 26 Jul 2022 16:56:38 +0200 |
parents | |
children | cd07130ded8d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docker/httpd-wiki.conf Tue Jul 26 16:56:38 2022 +0200 @@ -0,0 +1,11 @@ +ErrorLog /dev/stderr +CustomLog /dev/stdout combined + +WSGIScriptAlias / /opt/wiki/moin-1.9.9/wiki/server/moin.wsgi +WSGIDaemonProcess moin user=wiki group=wiki \ + python-path=/opt/wiki/moin-1.9.9 \ + processes=5 threads=10 maximum-requests=1000 umask=0007 +WSGIProcessGroup moin +<Directory /opt/wiki/moin-1.9.9/wiki/server> + Require all granted +</Directory>