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
|
||||
# https://github.com/Yooooomi/your_spotify
|
||||
# this is not a standalone config, it requires configured your-spotify web container for full functionality.
|
||||
# it uses server URLs for api callbacks, thus a server is required
|
||||
@@ -8,7 +8,9 @@
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
# listen 443 quic;
|
||||
listen [::]:443 ssl;
|
||||
# listen [::]:443 quic;
|
||||
|
||||
server_name your-spotify-server.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user