Use 80:80 as the default map setting

This commit is contained in:
Daniel Pan 2016-11-26 19:41:22 +08:00 committed by GitHub
parent 97cb2cfeb8
commit 4c66237b03

View file

@ -5,6 +5,6 @@ admin.email = me@example.com
admin.password = asecret
# Comment out this line and uncomment the two lines below to use letsencrypt SSL certificate
server.port_mappings = 8080:80
server.port_mappings = 80:80
# server.letsencrypt = true
# server.port_mappings = 80:80,443:443
# server.port_mappings = 80:80,443:443