mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Doc tweaks @ roles/nginx/README.md
This commit is contained in:
parent
93922c42d0
commit
320e541f70
1 changed files with 11 additions and 5 deletions
|
@ -1,8 +1,11 @@
|
|||
### 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.
|
||||
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 (2020-01-11)
|
||||
|
||||
3. Current state (2020-01-12).
|
||||
|
||||
1. Principal functions migrated to NGINX
|
||||
* Admin Console
|
||||
* kalite -- goes directly to port 8009
|
||||
|
@ -10,19 +13,22 @@
|
|||
* osm-vector-maps
|
||||
* usb-lib
|
||||
* wordpress
|
||||
2. Dual support, see: https://github.com/iiab/iiab/blob/master/roles/nginx/tasks/only_nginx.yml
|
||||
|
||||
2. Dual support, see https://github.com/iiab/iiab/blob/master/roles/nginx/tasks/only_nginx.yml
|
||||
* awstats ([#2124](https://github.com/iiab/iiab/issues/2124))
|
||||
* calibre-web
|
||||
* gitea
|
||||
* kiwix -- goes directly to port 3000
|
||||
* kolibri
|
||||
* sugarizer
|
||||
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
|
||||
|
||||
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
|
||||
* dokuwiki ([#2056](https://github.com/iiab/iiab/issues/2056))
|
||||
* elgg
|
||||
* lokole
|
||||
* moodle
|
||||
* nodered
|
||||
* nextcloud ([PR #2119](https://github.com/iiab/iiab/pull/2119))
|
||||
|
||||
4. Not yet dealt with
|
||||
* internetarchive ([#2120](https://github.com/iiab/iiab/pull/2120))
|
||||
* internetarchive ([PR #2120](https://github.com/iiab/iiab/pull/2120))
|
||||
|
|
Loading…
Reference in a new issue