Serve Grafana from subpath
Reviewed-by: Aleix Boné <abonerib@bsc.es> Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
		
							parent
							
								
									9c32e42dcc
								
							
						
					
					
						commit
						d6e3d9626c
					
				| @ -10,10 +10,9 @@ | ||||
|     enable = true; | ||||
|     settings = { | ||||
|       server = { | ||||
|         domain = "localhost"; | ||||
|         #domain = "jungle.bsc.es"; | ||||
|         #root_url = "%(protocol)s://%(domain)s/grafana"; | ||||
|         #serve_from_sub_path = true; | ||||
|         domain = "jungle.bsc.es"; | ||||
|         root_url = "%(protocol)s://%(domain)s/grafana"; | ||||
|         serve_from_sub_path = true; | ||||
|         http_port = 2342; | ||||
|         http_addr = "127.0.0.1"; | ||||
|       }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user