mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
Add quic support
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
## Version 2025/06/08
|
||||
## Version 2025/07/18
|
||||
# Ensure your DNS has a CNAME set for mealie and that mealie container is named.
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
# listen 443 quic;
|
||||
listen [::]:443 ssl;
|
||||
# listen [::]:443 quic;
|
||||
|
||||
server_name mealie.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user