Add public html files to tent
Reviewed-by: Aleix Boné <abonerib@bsc.es> Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
		
							parent
							
								
									7b19292912
								
							
						
					
					
						commit
						4feeff978c
					
				| @ -48,6 +48,12 @@ in | |||||||
|           proxy_set_header Upgrade $http_upgrade; |           proxy_set_header Upgrade $http_upgrade; | ||||||
|           proxy_set_header Connection "upgrade"; |           proxy_set_header Connection "upgrade"; | ||||||
|         } |         } | ||||||
|  |         location ~ ^/~(.+?)(/.*)?$ { | ||||||
|  |           alias /vault/home/$1/public_html$2; | ||||||
|  |           index  index.html index.htm; | ||||||
|  |           autoindex on; | ||||||
|  |           absolute_redirect off; | ||||||
|  |         } | ||||||
|       ''; |       ''; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user