1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/nginx
A Holt 58cea6f422
Merge pull request #343 from georgejhunt/log-location
sync from georgejhunt:log-location
2020-01-16 08:54:59 -05:00
..
defaults Update nginx/defaults/main.yml 2020-01-13 10:54:33 -05:00
tasks 3 iiab.ini descrips + rm excess '| bool' casts 2020-01-13 19:57:50 -05:00
templates Merge pull request #343 from georgejhunt/log-location 2020-01-16 08:54:59 -05:00
README.md KA Lite port correction in roles/nginx/README.md 2020-01-12 22:15:59 -05:00

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 (2020-01-12).

    1. Principal functions migrated to NGINX

      • Admin Console
      • kalite -- goes directly to ports 8006-8008
      • mediawiki
      • osm-vector-maps
      • usb-lib
      • wordpress
    2. Dual support, see roles/nginx/tasks/only_nginx.yml

      • awstats (#2124)
      • calibre-web
      • gitea
      • kiwix -- goes directly to port 3000
      • kolibri
      • sugarizer
    3. Still proxied to Apache, see roles/0-init/tasks/main.yml#L108-L112 & roles/nginx/tasks/uses_apache.yml

      • dokuwiki (#2056)
      • elgg
      • lokole
      • moodle
      • nodered
      • nextcloud (PR #2119)
    4. Not yet dealt with