Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
9738:afad1fac70fb | 9739:414647dc6936 |
---|---|
1 ErrorLog /dev/stderr | |
2 CustomLog /dev/stdout combined | |
3 | |
4 WSGIScriptAlias / /opt/wiki/moin-1.9.9/wiki/server/moin.wsgi | |
5 WSGIDaemonProcess moin user=wiki group=wiki \ | |
6 python-path=/opt/wiki/moin-1.9.9 \ | |
7 processes=5 threads=10 maximum-requests=1000 umask=0007 | |
8 WSGIProcessGroup moin | |
9 <Directory /opt/wiki/moin-1.9.9/wiki/server> | |
10 Require all granted | |
11 </Directory> |