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,11 +1,13 @@
|
||||
## Version 2025/06/08
|
||||
## Version 2025/07/18
|
||||
# make sure that your n8n container is named n8n
|
||||
# make sure that your dns has a cname set for n8n
|
||||
# add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
# listen 443 quic;
|
||||
listen [::]:443 ssl;
|
||||
# listen [::]:443 quic;
|
||||
|
||||
server_name n8n.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user