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,4 +1,4 @@
|
||||
## Version 2025/06/08
|
||||
## Version 2025/07/18
|
||||
# make sure that your bookstack container is named bookstack
|
||||
# make sure that your dns has a cname set for bookstack
|
||||
# Ensure you have the APP_URL Environment Variable set correctly in your Docker Run/Compose or in BookStack Env File (/www/.env)
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
# listen 443 quic;
|
||||
listen [::]:443 ssl;
|
||||
# listen [::]:443 quic;
|
||||
|
||||
server_name bookstack.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user