mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-14 18:48:11 -07:00
Add ipv6 support
This commit is contained in:
parent
b1966bdbfd
commit
4ef328bf68
38 changed files with 69 additions and 31 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name sabnzbd.*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue