mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
apache - expose udp for http3 to work
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
b7c5e0b953
commit
9777f70294
3 changed files with 8 additions and 1 deletions
|
|
@ -16,6 +16,11 @@
|
|||
"ip_binding": "%APACHE_IP_BINDING%",
|
||||
"port_number": "%APACHE_PORT%",
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"ip_binding": "%APACHE_IP_BINDING%",
|
||||
"port_number": "%APACHE_PORT%",
|
||||
"protocol": "udp"
|
||||
}
|
||||
],
|
||||
"internal_port": "%APACHE_PORT%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue