mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-16 10:03:03 -07:00
Add hyphens to servername and variable values, to match expected container name
This commit is contained in:
parent
d1d08c17af
commit
480c099651
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ server {
|
|||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name resiliosync.*;
|
||||
server_name resilio-sync.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
|
@ -24,7 +24,7 @@ server {
|
|||
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_resiliosync resiliosync;
|
||||
set $upstream_resiliosync resilio-sync;
|
||||
proxy_pass http://$upstream_resiliosync:8888;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue