From 928a30cfeefe71d380f3ba66d81d94cdec768bcf Mon Sep 17 00:00:00 2001 From: Stephon Parker Date: Tue, 13 Aug 2024 10:38:41 -0400 Subject: [PATCH] updating with version date Signed-off-by: Stephon Parker --- seafile.subdomain.conf.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/seafile.subdomain.conf.sample b/seafile.subdomain.conf.sample index 3ddb8eb..d7e7a25 100644 --- a/seafile.subdomain.conf.sample +++ b/seafile.subdomain.conf.sample @@ -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 { 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 include /config/nginx/ssl.conf;