mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update roles/nginx/README.md
This commit is contained in:
parent
b267439136
commit
8f48ab5654
1 changed files with 27 additions and 26 deletions
|
@ -1,27 +1,28 @@
|
|||
### 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 (10/16/19)
|
||||
1. Principal functions migrated to nginx.
|
||||
* Admin Console
|
||||
* kalite -- goes directly to port 8009
|
||||
* maps
|
||||
* usb-lib
|
||||
2. Dual support
|
||||
* Awstats
|
||||
* calibre-web
|
||||
* gitea
|
||||
* kiwix -- goes directly to port 3000
|
||||
* kolibri
|
||||
* mediawiki
|
||||
* sugarizer
|
||||
* wordpress
|
||||
3. Still proxied to Apache
|
||||
* dokuwiki
|
||||
* elgg
|
||||
* lokole
|
||||
* moodle
|
||||
* nodered
|
||||
* nextcloud
|
||||
4. Not dealt with yet
|
||||
* archive.org
|
||||
|
||||
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)
|
||||
1. Principal functions migrated to NGINX
|
||||
* Admin Console (http://box.lan/admin)
|
||||
* kalite -- goes directly to port 8009
|
||||
* osm-vector-maps
|
||||
* usb-lib
|
||||
2. Dual support
|
||||
* awstats
|
||||
* calibre-web
|
||||
* gitea
|
||||
* kiwix -- goes directly to port 3000
|
||||
* kolibri
|
||||
* mediawiki
|
||||
* sugarizer
|
||||
* wordpress
|
||||
3. Still proxied to Apache
|
||||
* dokuwiki
|
||||
* elgg
|
||||
* lokole
|
||||
* moodle
|
||||
* nodered
|
||||
* nextcloud
|
||||
4. Not dealt with yet
|
||||
* internetarchive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue