mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Fixed travis ci.
This commit is contained in:
parent
542a57ced4
commit
2c5adae1b7
7
samples/server-https.conf
Normal file
7
samples/server-https.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
# If you edit this file, remember to run ./launcher rebuild
|
||||
[server]
|
||||
server.hostname = seafile.example.com
|
||||
server.https = true
|
||||
admin.email = me@example.com
|
||||
admin.password = asecret
|
||||
server.port_mappings = 80:80,443:443
|
|
@ -1,7 +1,6 @@
|
|||
# If you edit this file, remember to run ./launcher rebuild
|
||||
[server]
|
||||
server.hostname = seafile.example.com
|
||||
server.https = true
|
||||
admin.email = me@example.com
|
||||
admin.password = asecret
|
||||
server.port_mappings = 80:80,443:443
|
||||
server.port_mappings = 8080:80
|
|
@ -42,3 +42,5 @@ curl -sSL -o intermediate.pem https://letsencrypt.org/certs/lets-encrypt-x3-cros
|
|||
cat signed.crt intermediate.pem > ${ssl_crt}
|
||||
|
||||
nginx -s reload
|
||||
|
||||
echo "Nginx reloaded."
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
# m h dom mon dow command
|
||||
# min hour dayofmonth month dayofweek command
|
||||
0 0 1 * * root /scripts/ssl.sh {{ ssl_dir }} {{ domain }}
|
||||
|
|
Loading…
Reference in a new issue