mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-12 08:06:23 -07:00
Fix missed placeholder
This commit is contained in:
parent
2cae13cffb
commit
ac8a32c540
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ server {
|
|||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name <container_name>.*;
|
||||
server_name filebrowser.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue