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
15 server_name intranet.koha-dev; # CHANGEME
19 proxy_pass http://intranet;
27 server_name opac.koha-dev; # CHANGEME
31 proxy_pass http://opac;