comparison docker/httpd-wiki.conf @ 9790:75dc4ea60938 3.2.x

Drop using explicit container names Compose will generate names for the containers and containers can connect each other on the network via the service names. This avoids the unnecessary extra "name space" and prepares the application for usage with different project names.
author Tom Gottfried <tom@intevation.de>
date Thu, 20 Jul 2023 10:25:59 +0200
parents 0834c2591e14
children
comparison
equal deleted inserted replaced
9789:a1399209b0d6 9790:75dc4ea60938
1 ErrorLog /dev/stderr 1 ErrorLog /dev/stderr
2 CustomLog /dev/stdout combined 2 CustomLog /dev/stdout combined
3 3
4 # GWT client 4 # GWT client
5 RedirectMatch "^/$" "/d4e-river" 5 RedirectMatch "^/$" "/d4e-river"
6 ProxyPass "/d4e-river" "ajp://d4eriver-client:8009/d4e-river" 6 ProxyPass "/d4e-river" "ajp://client:8009/d4e-river"
7 ProxyPassReverse "/d4e-river" "ajp://d4eriver-client:8009/d4e-river" 7 ProxyPassReverse "/d4e-river" "ajp://client:8009/d4e-river"
8 8
9 # MapServer 9 # MapServer
10 ProxyPass "/cgi-bin" "http://d4eriver-mapserv/cgi-bin" 10 ProxyPass "/cgi-bin" "http://mapserv/cgi-bin"
11 ProxyPassReverse "/cgi-bin" "http://d4eriver-mapserv/cgi-bin" 11 ProxyPassReverse "/cgi-bin" "http://mapserv/cgi-bin"
12 12
13 # Wiki 13 # Wiki
14 WSGIScriptAlias /wiki /opt/wiki/moin-1.9.9/wiki/server/moin.wsgi 14 WSGIScriptAlias /wiki /opt/wiki/moin-1.9.9/wiki/server/moin.wsgi
15 WSGIDaemonProcess moin user=wiki group=wiki \ 15 WSGIDaemonProcess moin user=wiki group=wiki \
16 python-path=/opt/wiki/moin-1.9.9 \ 16 python-path=/opt/wiki/moin-1.9.9 \

http://dive4elements.wald.intevation.org