mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 13:53:53 -07:00
keep ipv6 listen separate
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
28e751d45f
commit
4d3e03f6dc
230 changed files with 701 additions and 464 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2024/07/14
|
||||
## Version 2024/07/16
|
||||
# make sure that your bitwarden container is named bitwarden
|
||||
# make sure that your dns has a cname set for bitwarden
|
||||
# if you are using bitwarden (the official image), use the bitwarden conf
|
||||
|
@ -7,7 +7,8 @@
|
|||
# bitwarden defaults to port 8080 and can be changed using the environment variable BW_PORT_HTTP on the bitwarden container
|
||||
|
||||
server {
|
||||
listen *:443 ssl;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name bitwarden.*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue