Improve sample confs.

This commit is contained in:
Shuai Lin 2016-11-25 15:54:57 +08:00
parent bcd5dfdab6
commit e385675733
2 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,9 @@
# If you edit this file, remember to run ./launcher rebuild
[server]
server.hostname = seafile.example.com
server.letsencrypt = true
admin.email = me@example.com
admin.password = asecret
server.letsencrypt = true
server.port_mappings = 80:80,443:443

View file

@ -3,4 +3,8 @@
server.hostname = seafile.example.com
admin.email = me@example.com
admin.password = asecret
server.port_mappings = 8080:80
# Comment out this line and uncommen the two lines below to use letsencrypt SSL certificate
server.port_mappings = 8080:80
# server.letsencrypt = true
# server.port_mappings = 80:80,443:443