mirror of
				https://gitea.invidious.io/iv-org/documentation
				synced 2025-06-05 22:19:26 +02:00 
			
		
		
		
	Add notice about UDP 443 for http3
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4fba63ee1a
						
					
				
				
					commit
					ac052dc672
				
			| @@ -238,8 +238,9 @@ Different web servers that support HTTP3: | |||||||
| - NGINX, there is a tutorial here: https://www.nginx.com/blog/binary-packages-for-preview-nginx-quic-http3-implementation/ | - NGINX, there is a tutorial here: https://www.nginx.com/blog/binary-packages-for-preview-nginx-quic-http3-implementation/ | ||||||
| - Caddy, it's already enabled by default | - Caddy, it's already enabled by default | ||||||
|  |  | ||||||
| 1. Edit the previously added HTTP header by adapting it like this: | 1. Whitelist the port UDP 443 in your firewall. | ||||||
|  | 2. Edit the previously added HTTP header by adapting it like this: | ||||||
|     ``` |     ``` | ||||||
|     alt-svc: h3="original.yourdomain.com:443"; ma=86400, h2="original.yourdomain.com:443"; ma=86400 |     alt-svc: h3="original.yourdomain.com:443"; ma=86400, h2="original.yourdomain.com:443"; ma=86400 | ||||||
|     ``` |     ``` | ||||||
| 2. Restart your web server. Check in the dev tools if you still see the IP address of your original server(s) and the HTTP3 protocol should be also displayed. | 3. Restart your web server. Check in the dev tools if you still see the IP address of your original server(s) and the HTTP3 protocol should be also displayed. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user