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,10 +1,12 @@
|
||||
## Version 2025/06/08
|
||||
## Version 2025/07/18
|
||||
# make sure that your grampsweb container is named grampsweb
|
||||
# make sure that your dns has a cname set for grampsweb
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
# listen 443 quic;
|
||||
listen [::]:443 ssl;
|
||||
# listen [::]:443 quic;
|
||||
|
||||
server_name grampsweb.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user