1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/kiwix/templates/kiwix-nginx.conf
2019-11-28 05:23:14 -06:00

3 lines
56 B
Text

location /kiwix {
proxy_pass http://127.0.0.1:3000;
}