mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
22 lines
706 B
Markdown
22 lines
706 B
Markdown
|
### Transition to NGINX
|
||
|
1. Initial testing strategy is to move nginx to port 80, and proxy everything to apache on port 8090-- creating a shim.
|
||
|
2. Without php available via fastcgi, any function at all for php based applications validates nginx.
|
||
|
3. Current state (7/15/19):
|
||
|
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
|
||
|
* mediawiki
|
||
|
* elgg
|
||
|
* nodered
|
||
|
* nextcloud
|
||
|
* wordpress
|
||
|
* moodle
|
||
|
* archive.org
|