mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update roles/nginx/README.md + Lint jupyterhub-nginx.conf
This commit is contained in:
parent
f793f0c230
commit
19a7af08e5
2 changed files with 20 additions and 18 deletions
|
@ -13,6 +13,7 @@ location /jupyterhub {
|
||||||
|
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Managing requests to verify letsencrypt host
|
# Managing requests to verify letsencrypt host
|
||||||
location ~ /.well-known {
|
location ~ /.well-known {
|
||||||
allow all;
|
allow all;
|
||||||
|
|
|
@ -10,12 +10,13 @@
|
||||||
|
|
||||||
2. Without PHP available via FastCGI, any function at all for PHP-based applications validates NGINX.
|
2. Without PHP available via FastCGI, any function at all for PHP-based applications validates NGINX.
|
||||||
|
|
||||||
3. Current state of IIAB App/Service migrations as of 2020-09-24:
|
3. Current state of IIAB App/Service migrations as of 2021-04-15:
|
||||||
|
|
||||||
1. These support "Native" NGINX but ***NOT*** Apache
|
1. These support "Native" NGINX but ***NOT*** Apache
|
||||||
* Admin Console
|
* Admin Console
|
||||||
* captiveportal
|
* captiveportal
|
||||||
* IIAB documentation (http://box/info)
|
* IIAB documentation (http://box/info)
|
||||||
|
* JupyterHub
|
||||||
* osm-vector-maps
|
* osm-vector-maps
|
||||||
* OER2Go/RACHEL modules
|
* OER2Go/RACHEL modules
|
||||||
* usb_lib
|
* usb_lib
|
||||||
|
@ -54,4 +55,4 @@
|
||||||
* transmission
|
* transmission
|
||||||
* vnstat
|
* vnstat
|
||||||
|
|
||||||
[*] The 4 above starred roles could use improvement, as of 2020-09-24.
|
[*] The 4 above starred roles could use improvement, as of 2021-04-15.
|
||||||
|
|
Loading…
Reference in a new issue