mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	| .. | ||
| defaults | ||
| tasks | ||
| templates | ||
| README.md | ||
Transition to NGINX
- 
Initial testing strategy is to move NGINX to port 80, and proxy everything to Apache on port 8090 -- creating a shim.
 - 
Without PHP available via FastCGI, any function at all for PHP-based applications validates NGINX.
 - 
Current state (2020-01-12).
- 
Principal functions migrated to NGINX
- Admin Console
 - kalite -- goes directly to ports 8006-8008
 - mediawiki
 - osm-vector-maps
 - usb-lib
 - wordpress
 
 - 
Dual support, see roles/nginx/tasks/only_nginx.yml
- awstats (#2124)
 - calibre-web
 - gitea
 - kiwix -- goes directly to port 3000
 - kolibri
 - sugarizer
 
 - 
Still proxied to Apache, see roles/0-init/tasks/main.yml#L108-L112 & roles/nginx/tasks/uses_apache.yml
 - 
Not yet dealt with
- internetarchive (PR #2120)
 
 
 -