1 # This config file assume you are using starman with the app.psgi that can be
2 # found in the root directory of Koha, and that it listens on ports 5000-5001
6 ServerName intranet.koha-dev
8 ProxyPass / http://127.0.0.1:5000/
9 ProxyPassReverse / http://127.0.0.1:5000/
14 ServerName opac.koha-dev
16 ProxyPass / http://127.0.0.1:5001/
17 ProxyPassReverse / http://127.0.0.1:5001/