1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/nginx/README.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

### Transition to NGINX
2020-01-11 17:48:09 +00:00
2020-01-12 06:57:00 +00:00
1. Initial testing strategy is to move NGINX to port 80, and proxy everything to Apache on port 8090 -- creating a shim.
2020-01-11 17:48:09 +00:00
2. Without PHP available via FastCGI, any function at all for PHP-based applications validates NGINX.
2020-01-12 06:57:00 +00:00
3. Current state (2020-01-12).
2020-01-11 17:48:09 +00:00
1. Principal functions migrated to NGINX
2020-01-11 17:59:05 +00:00
* Admin Console
2020-01-11 17:48:09 +00:00
* kalite -- goes directly to port 8009
2020-01-11 17:59:05 +00:00
* mediawiki
2020-01-11 17:48:09 +00:00
* osm-vector-maps
* usb-lib
2020-01-11 17:59:05 +00:00
* wordpress
2020-01-12 06:57:00 +00:00
2. Dual support, see https://github.com/iiab/iiab/blob/master/roles/nginx/tasks/only_nginx.yml
2020-01-11 17:59:05 +00:00
* awstats ([#2124](https://github.com/iiab/iiab/issues/2124))
2020-01-11 17:48:09 +00:00
* calibre-web
* gitea
* kiwix -- goes directly to port 3000
* kolibri
* sugarizer
2020-01-12 06:57:00 +00:00
3. Still proxied to Apache, see [PR #2131](https://github.com/iiab/iiab/pull/2131) & https://github.com/iiab/iiab/blob/master/roles/nginx/tasks/uses_apache.yml
2020-01-11 17:59:05 +00:00
* dokuwiki ([#2056](https://github.com/iiab/iiab/issues/2056))
2020-01-11 17:48:09 +00:00
* elgg
* lokole
* moodle
* nodered
2020-01-11 17:59:05 +00:00
* nextcloud ([PR #2119](https://github.com/iiab/iiab/pull/2119))
2020-01-12 06:57:00 +00:00
2020-01-11 17:59:05 +00:00
4. Not yet dealt with
2020-01-12 06:57:00 +00:00
* internetarchive ([PR #2120](https://github.com/iiab/iiab/pull/2120))