updating with version date

Signed-off-by: Stephon Parker <sgparker62@gmail.com>
This commit is contained in:
Stephon Parker 2024-08-13 10:38:41 -04:00
commit 928a30cfee
No known key found for this signature in database

View file

@ -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;