mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-14 10:37:20 -07:00
Add ipv6 support
This commit is contained in:
parent
b1966bdbfd
commit
4ef328bf68
38 changed files with 69 additions and 31 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name collabora.*;
|
||||
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_collabora collabora;
|
||||
|
||||
|
@ -45,4 +46,4 @@ server {
|
|||
proxy_set_header Host $http_host;
|
||||
proxy_read_timeout 36000s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue