1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

kiwix - add when nginx_enabled - restart2

This commit is contained in:
Jerry Vonau 2019-10-20 09:02:40 -05:00
parent de5cdde3cc
commit 3e9ffb8987
3 changed files with 40 additions and 7 deletions

View file

@ -5,18 +5,20 @@
1. Principal functions migrated to nginx.
* Admin Console
* Awstats
* kiwix -- goes directly to port 3000
* kalite -- goes directly to port 8009
* calibre-web
* kolibri
* usb-lib
* maps
2. Still proxied to Apache
2. Dual support
* kiwix -- goes directly to port 3000
* calibre-web
* kolibri
* sugarizer
3. Still proxied to Apache
* mediawiki
* elgg
* nodered
* nextcloud
* wordpress
* moodle
3. Not dealt with yet
4. Not dealt with yet
* archive.org

View file

@ -1,3 +0,0 @@
location /kiwix {
proxy_pass http://127.0.0.1:3000;
}