mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
updating with version date
Signed-off-by: Stephon Parker <sgparker62@gmail.com>
This commit is contained in:
parent
11754ce25c
commit
928a30cfee
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
|
## Version 2024/08/13
|
||||||
|
# make sure that your seafile container is named seafile
|
||||||
|
# make sure that your dns has a cname set for seafile
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
# make sure that your seafile container is named seafile
|
|
||||||
# make sure that your dns has a cname set for seafile
|
|
||||||
|
|
||||||
server_name seafile.*; # update to match the full domain e.g. seafile.example.com
|
server_name seafile.*; # update to match the full domain e.g. seafile.example.com
|
||||||
|
|
||||||
include /config/nginx/ssl.conf;
|
include /config/nginx/ssl.conf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue