mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	seems able to save files -- but storage is not in library as requested
This commit is contained in:
		
							parent
							
								
									8864389f25
								
							
						
					
					
						commit
						9e43834f00
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| location   /jupyterhub { | ||||
|         proxy_pass http://127.0.0.1:8000; | ||||
|         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-NginX-Proxy true; | ||||
| 
 | ||||
|  |  | |||
|  | @ -211,7 +211,7 @@ c.JupyterHub.cookie_secret = b'helloiiabitsrainingb123456789012' | |||
| 
 | ||||
| ## url for the database. e.g. `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 | ||||
| #  Default: False | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue