Add a direct route for wkd also.
I think we can reuse the files for the advanced layout by redirecting to the fizz.buzz directory.
This commit is contained in:
		
							parent
							
								
									ad73c7e3c5
								
							
						
					
					
						commit
						57dd72fb91
					
				| @ -48,6 +48,18 @@ http { | ||||
|             default_type text/plain; | ||||
|         } | ||||
| 
 | ||||
|         location /.well-known/openpgpkey/hu/ { | ||||
|             alias /srv/http/public/well-known/openpgpkey/fizz.buzz/hu/; | ||||
|             default_type        "application/octet-stream"; | ||||
|             add_header          Access-Control-Allow-Origin * always; | ||||
|         } | ||||
| 
 | ||||
|         location /.well-known/openpgpkey/policy { | ||||
|             alias /srv/http/public/well-known/openpgpkey/fizz.buzz/policy; | ||||
|             default_type        "application/octet-stream"; | ||||
|             add_header          Access-Control-Allow-Origin * always; | ||||
|         } | ||||
| 
 | ||||
|         location ~ /\.well-known/(?<path>openpgpkey/[^/]+/hu/.*) { | ||||
|             alias /srv/http/public/well-known/$path; | ||||
|             default_type        "application/octet-stream"; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander