mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
seems able to save files -- but storage is not in library as requested
This commit is contained in:
parent
01e9496fcb
commit
d0e8e04834
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
location /jupyterhub {
|
location /jupyterhub {
|
||||||
proxy_pass http://127.0.0.1:8000;
|
proxy_pass http://127.0.0.1:8000;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
#proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-NginX-Proxy true;
|
proxy_set_header X-NginX-Proxy true;
|
||||||
|
|
||||||
|
|
|
@ -211,7 +211,7 @@ c.JupyterHub.cookie_secret = b'helloiiabitsrainingb123456789012'
|
||||||
|
|
||||||
## url for the database. e.g. `sqlite:///jupyterhub.sqlite`
|
## url for the database. e.g. `sqlite:///jupyterhub.sqlite`
|
||||||
# Default: 'sqlite:///jupyterhub.sqlite'
|
# Default: 'sqlite:///jupyterhub.sqlite'
|
||||||
# c.JupyterHub.db_url = 'sqlite:///jupyterhub.sqlite'
|
c.JupyterHub.db_url = 'sqlite:///{{ jupyterhub_venv }}/jupyterhub.sqlite'
|
||||||
|
|
||||||
## log all database transactions. This has A LOT of output
|
## log all database transactions. This has A LOT of output
|
||||||
# Default: False
|
# Default: False
|
||||||
|
|
Loading…
Reference in a new issue